Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent e325b20 commit de0e511
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 @@ -702,7 +702,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@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -785,7 +785,7 @@ jobs:
# Push final image
- name: Build & Push Final Image
id: final_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -876,7 +876,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@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -968,7 +968,7 @@ jobs:
# Build & push final images
- name: Build & Push Final Image
id: final_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
Expand Down Expand Up @@ -1083,7 +1083,7 @@ jobs:
- name: Cache build of image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: cache_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down Expand Up @@ -1170,7 +1170,7 @@ jobs:
- name: Build & Push Final Image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: final_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down Expand Up @@ -1277,7 +1277,7 @@ jobs:
- name: Cache build of image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: cache_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down Expand Up @@ -1364,7 +1364,7 @@ jobs:
- name: Build & Push Final Image
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
id: final_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ needs.workflows_env.outputs.docker_build_context }}
file: ${{ needs.workflows_env.outputs.docker_build_file }}.nohealthcheck
Expand Down

0 comments on commit de0e511

Please sign in to comment.