Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.4.0 to 6.8.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 5.4.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.4.0...v6.8.0)

---
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]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 3280525 commit 0ecebc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Build Base Image
id: docker_build_base
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: true
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build and Push Images For Specific CGT Versions
id: docker_build_cgt_images
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Build Base Image
id: docker_build_base
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.8.0
with:
context: .
cache-from: type=gha
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Build and Push Images For Specific CGT Versions
id: docker_build_cgt_images
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.8.0
with:
context: .
cache-from: type=gha
Expand Down

0 comments on commit 0ecebc6

Please sign in to comment.