File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 4040 image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
4141 container-file : ${{ env.DOCKERFILE_PATH }}
4242
43- - name : Publish Container Image on docker.stackable.tech
44- uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
45- with :
46- image-registry-uri : docker.stackable.tech
47- image-registry-username : github
48- image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
49- image-repository : stackable/${{ env.IMAGE_NAME }}
50- image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
51- source-image-uri : ${{ steps.build.outputs.image-manifest-uri }}
52-
5343 - name : Publish Container Image on oci.stackable.tech
5444 uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
5545 with :
7060 - name : Checkout Repository
7161 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7262
73- - name : Publish and Sign Image Index Manifest to docker.stackable.tech
74- uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
75- with :
76- image-registry-uri : docker.stackable.tech
77- image-registry-username : github
78- image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
79- image-repository : stackable/${{ env.IMAGE_NAME }}
80- image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
81-
8263 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
8364 uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
8465 with :
You can’t perform that action at this time.
0 commit comments