Skip to content

Commit

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

chore(deps): Bump docker/build-push-action from 4 to 5
  • Loading branch information
crazy-max authored Sep 13, 2023
2 parents 1f35ebc + d0efd7f commit bd87541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
driver-opts: network=host
-
name: Build and push to local registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./test
file: ./test/Dockerfile
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
maintainer=CrazyMax
-
name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./test
file: ./test/output.Dockerfile
Expand Down

0 comments on commit bd87541

Please sign in to comment.