Skip to content

Commit ef02c32

Browse files
chore(deps): Bump docker/build-push-action from 5.3.0 to 6.1.0 (#902)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JeffreyDallas <[email protected]>
1 parent 1169efc commit ef02c32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,31 +138,31 @@ jobs:
138138
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
139139

140140
- name: Build Docker Image (ubi8-init-dind)
141-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
141+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
142142
with:
143143
context: docker/ubi8-init-dind
144144
platforms: linux/amd64, linux/arm64
145145
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
146146
tags: ghcr.io/${{ github.repository }}/ubi8-init-dind:${{ needs.prepare-release.outputs.version }}
147147

148148
- name: Build Docker Image (ubi8-init-java17)
149-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
149+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
150150
with:
151151
context: docker/ubi8-init-java17
152152
platforms: linux/amd64, linux/arm64
153153
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
154154
tags: ghcr.io/${{ github.repository }}/ubi8-init-java17:${{ needs.prepare-release.outputs.version }}
155155

156156
- name: Build Docker Image (ubi8-init-java21)
157-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
157+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
158158
with:
159159
context: docker/ubi8-init-java21
160160
platforms: linux/amd64, linux/arm64
161161
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
162162
tags: ghcr.io/${{ github.repository }}/ubi8-init-java21:${{ needs.prepare-release.outputs.version }}
163163

164164
- name: Build Docker Image (kubectl-bats)
165-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
165+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
166166
with:
167167
context: docker/kubectl-bats
168168
platforms: linux/amd64, linux/arm64

0 commit comments

Comments
 (0)