Skip to content

Commit

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

---
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 Jun 24, 2024
1 parent 12ee26f commit 399275a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down Expand Up @@ -533,7 +533,7 @@ jobs:
images: ${{ needs.env.outputs.DOCKER_STAGES_IMAGE }}
tags: ${{ env.DOCKER_TAG }}-${{ env.BUILD_TARGET }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
target: ${{ env.BUILD_TARGET }}
Expand Down

0 comments on commit 399275a

Please sign in to comment.