Skip to content

Commit

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

ci: bump docker/build-push-action from 4 to 5
  • Loading branch information
buchdag authored Dec 8, 2023
2 parents 0c1f582 + 700ae51 commit 20b745d
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 @@ -67,7 +67,7 @@ jobs:

- name: Build and push the image
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
Expand Down

0 comments on commit 20b745d

Please sign in to comment.