@@ -138,31 +138,31 @@ jobs:
138138 uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
139139
140140 - name : Build Docker Image (ubi8-init-dind)
141- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
141+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.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@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
149+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.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@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
157+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.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@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
165+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
166166 with :
167167 context : docker/kubectl-bats
168168 platforms : linux/amd64, linux/arm64
0 commit comments