We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6960c2b commit 2743c46Copy full SHA for 2743c46
.github/workflows/flow-deploy-release-artifact.yaml
@@ -117,6 +117,14 @@ jobs:
117
- name: Set up Docker Buildx
118
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
119
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
+
128
- name: Build Docker Image (ubi8-s6-java21)
129
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
130
with:
0 commit comments