3232    steps :
3333      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
3434      - id : shard 
35-         uses : stackabletech/actions/shard@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
35+         uses : stackabletech/actions/shard@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
3636        with :
3737          product-name : ${{ env.PRODUCT_NAME }} 
3838    outputs :
@@ -55,19 +55,19 @@ jobs:
5555        uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
5656
5757      - name : Free Disk Space 
58-         uses : stackabletech/actions/free-disk-space@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
58+         uses : stackabletech/actions/free-disk-space@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
5959
6060      - name : Build Product Image 
6161        id : build 
62-         uses : stackabletech/actions/build-product-image@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
62+         uses : stackabletech/actions/build-product-image@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
6363        with :
6464          product-name : ${{ env.PRODUCT_NAME }} 
6565          product-version : ${{ matrix.versions }} 
6666          build-cache-password : ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} 
6767          sdp-version : ${{ env.SDP_VERSION }} 
6868
6969      - name : Publish Container Image on docker.stackable.tech 
70-         uses : stackabletech/actions/publish-image@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
70+         uses : stackabletech/actions/publish-image@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
7171        with :
7272          image-registry-uri : docker.stackable.tech 
7373          image-registry-username : github 
7777          source-image-uri : localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} 
7878
7979      - name : Publish Container Image on oci.stackable.tech 
80-         uses : stackabletech/actions/publish-image@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
80+         uses : stackabletech/actions/publish-image@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
8181        with :
8282          image-registry-uri : oci.stackable.tech 
8383          image-registry-username : robot$sdp+github-action-build 
@@ -100,7 +100,7 @@ jobs:
100100        uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
101101
102102      - name : Publish and Sign Image Index Manifest to docker.stackable.tech 
103-         uses : stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
103+         uses : stackabletech/actions/publish-index-manifest@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
104104        with :
105105          image-registry-uri : docker.stackable.tech 
106106          image-registry-username : github 
@@ -109,7 +109,7 @@ jobs:
109109          image-index-manifest-tag : ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} 
110110
111111      - name : Publish and Sign Image Index Manifest to oci.stackable.tech 
112-         uses : stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c   #  0.2 .0
112+         uses : stackabletech/actions/publish-index-manifest@95626907fd8cae2f17c862ae40bcab1aa5a2c854   #  v0.5 .0
113113        with :
114114          image-registry-uri : oci.stackable.tech 
115115          image-registry-username : robot$sdp+github-action-build 
0 commit comments