Skip to content

Commit

Permalink
Merge pull request #1476 from IntelPython/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
ZzEeKkAa authored Jun 25, 2024
2 parents 12ee26f + 399275a commit e01f13b
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 e01f13b

Please sign in to comment.