Skip to content

Commit

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

chore(deps): Bump docker/build-push-action from 5 to 6
  • Loading branch information
crazy-max authored Jun 29, 2024
2 parents 7ba3606 + 2331fdf commit 68e4cac
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 @@ -324,7 +324,7 @@ jobs:
type=sha
-
name: Build and push to local registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./test
file: ./test/Dockerfile
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
maintainer=Foo
-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./test
file: ./test/output.Dockerfile
Expand Down

0 comments on commit 68e4cac

Please sign in to comment.