3232 with :
3333 persist-credentials : false
3434 - id : shard
35- uses : stackabletech/actions/shard@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
35+ uses : stackabletech/actions/shard@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
3636 with :
3737 product-name : ${{ env.PRODUCT_NAME }}
3838 outputs :
@@ -58,19 +58,19 @@ jobs:
5858 persist-credentials : false
5959
6060 - name : Free Disk Space
61- uses : stackabletech/actions/free-disk-space@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
61+ uses : stackabletech/actions/free-disk-space@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
6262
6363 - name : Build Product Image
6464 id : build
65- uses : stackabletech/actions/build-product-image@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
65+ uses : stackabletech/actions/build-product-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
6666 with :
6767 product-name : ${{ env.PRODUCT_NAME }}
6868 product-version : ${{ matrix.versions }}
6969 build-cache-password : ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
7070 sdp-version : ${{ env.SDP_VERSION }}
7171
7272 - name : Publish Container Image on docker.stackable.tech
73- uses : stackabletech/actions/publish-image@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
73+ uses : stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
7474 with :
7575 image-registry-uri : docker.stackable.tech
7676 image-registry-username : github
8080 source-image-uri : localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
8181
8282 - name : Publish Container Image on oci.stackable.tech
83- uses : stackabletech/actions/publish-image@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
83+ uses : stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
8484 with :
8585 image-registry-uri : oci.stackable.tech
8686 image-registry-username : robot$sdp+github-action-build
@@ -106,7 +106,7 @@ jobs:
106106 persist-credentials : false
107107
108108 - name : Publish and Sign Image Index Manifest to docker.stackable.tech
109- uses : stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
109+ uses : stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
110110 with :
111111 image-registry-uri : docker.stackable.tech
112112 image-registry-username : github
@@ -115,7 +115,7 @@ jobs:
115115 image-index-manifest-tag : ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
116116
117117 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
118- uses : stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2 .0
118+ uses : stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6 .0
119119 with :
120120 image-registry-uri : oci.stackable.tech
121121 image-registry-username : robot$sdp+github-action-build
0 commit comments