Skip to content

Commit 2743c46

Browse files
ci: restore ubi8-init-dind build step in release workflow
Co-authored-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com> Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent 6960c2b commit 2743c46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ jobs:
117117
- name: Set up Docker Buildx
118118
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
119119

120+
- name: Build Docker Image (ubi8-init-dind)
121+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
122+
with:
123+
context: docker/ubi8-init-dind
124+
platforms: linux/amd64, linux/arm64
125+
push: ${{ github.event.inputs.dry-run-enabled != 'true' }}
126+
tags: ghcr.io/${{ github.repository }}/ubi8-init-dind:${{ needs.prepare-release.outputs.version }}
127+
120128
- name: Build Docker Image (ubi8-s6-java21)
121129
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
122130
with:

0 commit comments

Comments
 (0)