Skip to content

Commit

Permalink
chore(deps): Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 1f35ebc commit d0efd7f
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 d0efd7f

Please sign in to comment.