Skip to content

Commit

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

ci: bump docker/build-push-action from 3 to 4
  • Loading branch information
buchdag committed Apr 30, 2023
2 parents 2218f98 + edb6c5d commit 0853fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Build and push the Debian based image
id: docker_build_debian
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Build and push the Alpine based image
id: docker_build_alpine
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile.alpine
Expand Down

0 comments on commit 0853fad

Please sign in to comment.