6969 build-cache-password : ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7070 sdp-version : ${{ env.SDP_VERSION }}
7171
72- - name : Publish Container Image on docker.stackable.tech
73- uses : stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
74- with :
75- image-registry-uri : docker.stackable.tech
76- image-registry-username : github
77- image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
78- image-repository : stackable/${{ env.PRODUCT_NAME }}
79- image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
80- source-image-uri : localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
81-
8272 - name : Publish Container Image on oci.stackable.tech
8373 uses : stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
8474 with :
@@ -105,15 +95,6 @@ jobs:
10595 with :
10696 persist-credentials : false
10797
108- - name : Publish and Sign Image Index Manifest to docker.stackable.tech
109- uses : stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
110- with :
111- image-registry-uri : docker.stackable.tech
112- image-registry-username : github
113- image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
114- image-repository : stackable/${{ env.PRODUCT_NAME }}
115- image-index-manifest-tag : ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
116-
11798 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
11899 uses : stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
119100 with :
0 commit comments