Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.9.0 to 6.15.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.9.0...v6.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
1 parent 4982cfb commit 64cbe66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
platforms: linux/arm64,linux/amd64

- name: Build and push Docker image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.15.0
with:
context: .
file: .container/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-graalvm-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build and push Docker image
id: image_build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.15.0
with:
context: .
file: .container/Dockerfile.graalvm
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Build and push Docker image
id: image_build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.15.0
with:
context: .
file: .container/Dockerfile.graalvm
Expand Down

0 comments on commit 64cbe66

Please sign in to comment.