Skip to content

Commit

Permalink
Merge pull request #1057 from nginx-proxy/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-5

ci: bump docker/build-push-action from 4 to 5
  • Loading branch information
buchdag authored Dec 8, 2023
2 parents 55f8390 + 7bf5a3b commit 3ace972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
build-args: GIT_DESCRIBE=${{ steps.acme-companion_version.outputs.VERSION }}
Expand Down

0 comments on commit 3ace972

Please sign in to comment.