Skip to content

Commit 858dda1

Browse files
chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 (#146)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2d5f6f commit 858dda1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,47 +118,47 @@ jobs:
118118
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
119119

120120
- name: Build Docker Image (ubi8-init-dind)
121-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
121+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
122122
with:
123123
context: docker/ubi8-init-dind
124124
platforms: linux/amd64, linux/arm64
125125
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
126126
tags: ghcr.io/${{ github.repository }}/ubi8-init-dind:${{ needs.prepare-release.outputs.version }}
127127

128128
- name: Build Docker Image (ubi8-init-java21)
129-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
129+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
130130
with:
131131
context: docker/ubi8-init-java21
132132
platforms: linux/amd64, linux/arm64
133133
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
134134
tags: ghcr.io/${{ github.repository }}/ubi8-init-java21:${{ needs.prepare-release.outputs.version }}
135135

136136
- name: Build Docker Image (ubi8-s6-java21)
137-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
137+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
138138
with:
139139
context: docker/ubi8-s6-java21
140140
platforms: linux/amd64, linux/arm64
141141
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
142142
tags: ghcr.io/${{ github.repository }}/ubi8-s6-java21:${{ needs.prepare-release.outputs.version }}
143143

144144
- name: Build Docker Image (ubi8-init-java25)
145-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
145+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
146146
with:
147147
context: docker/ubi8-init-java25
148148
platforms: linux/amd64, linux/arm64
149149
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
150150
tags: ghcr.io/${{ github.repository }}/ubi8-init-java25:${{ needs.prepare-release.outputs.version }}
151151

152152
- name: Build Docker Image (kubectl-bats)
153-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
153+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
154154
with:
155155
context: docker/kubectl-bats
156156
platforms: linux/amd64, linux/arm64
157157
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
158158
tags: ghcr.io/${{ github.repository }}/kubectl-bats:${{ needs.prepare-release.outputs.version }}
159159

160160
- name: Build Docker Image (backup-uploader)
161-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
161+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
162162
with:
163163
context: docker/backup-uploader
164164
platforms: linux/amd64, linux/arm64

0 commit comments

Comments
 (0)