Skip to content

Commit

Permalink
Merge pull request #632 from nginx-proxy/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

ci: bump docker/build-push-action from 5 to 6
  • Loading branch information
buchdag committed Jun 18, 2024
2 parents 70401e6 + 0ceeea7 commit 4b1a26f
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 @@ -78,7 +78,7 @@ jobs:

- name: Build and push the image
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: DOCKER_GEN_VERSION=${{ steps.docker-gen_version.outputs.VERSION }}
Expand Down

0 comments on commit 4b1a26f

Please sign in to comment.