Skip to content

Commit

Permalink
Merge pull request #8 from Elegant996/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5

ci: bump docker/build-push-action from 4 to 5
  • Loading branch information
Elegant996 authored Oct 31, 2023
2 parents fad1660 + bb93bac commit 5e4f45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "{ID}=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT

- name: Publish to GitHub Container Registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
build-args: |
CADDY_VERSION=${{ env.CADDY_VERSION }}
Expand Down

0 comments on commit 5e4f45c

Please sign in to comment.