Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#136)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 80a969c commit b670de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: slateci/github-actions/.github/actions/configure-git@v16

- name: Build/push image to CR
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./resources/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-lint-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache_dir: ${{ env.BUILDKIT_CACHE_DIR }}

- name: Build image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ inputs.file }}
Expand Down

0 comments on commit b670de2

Please sign in to comment.