Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.7.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 6.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.7.0...v6.8.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 Sep 28, 2024
1 parent c0cb65c commit 2f809ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ jobs:
# Cache build of image & get image version from build output
- name: Cache build of image
id: cache_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -808,7 +808,7 @@ jobs:
# Push final image
- name: Build & Push Final Image
id: final_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -899,7 +899,7 @@ jobs:
# Cache build of linux/amd64 image & get image version from build output
- name: Cache build of image
id: cache_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -992,7 +992,7 @@ jobs:
# Build & push final images
- name: Build & Push Final Image
id: final_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -1107,7 +1107,7 @@ jobs:
- name: Cache build of image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: cache_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down Expand Up @@ -1194,7 +1194,7 @@ jobs:
- name: Build & Push Final Image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: final_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down Expand Up @@ -1301,7 +1301,7 @@ jobs:
- name: Cache build of image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: cache_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down Expand Up @@ -1388,7 +1388,7 @@ jobs:
- name: Build & Push Final Image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: final_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down

0 comments on commit 2f809ab

Please sign in to comment.