27
27
with :
28
28
persist-credentials : false
29
29
- id : shard
30
- uses : stackabletech/actions/shard@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
30
+ uses : stackabletech/actions/shard@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
31
31
with :
32
32
product-name : ${{ inputs.product-name }}
33
33
outputs :
@@ -53,18 +53,18 @@ jobs:
53
53
persist-credentials : false
54
54
55
55
- name : Free Disk Space
56
- uses : stackabletech/actions/free-disk-space@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
56
+ uses : stackabletech/actions/free-disk-space@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
57
57
58
58
- name : Build Product Image
59
59
id : build
60
- uses : stackabletech/actions/build-product-image@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
60
+ uses : stackabletech/actions/build-product-image@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
61
61
with :
62
62
product-name : ${{ inputs.product-name }}
63
63
product-version : ${{ matrix.versions }}
64
64
sdp-version : ${{ inputs.sdp-version }}
65
65
66
66
- name : Publish Container Image on oci.stackable.tech
67
- uses : stackabletech/actions/publish-image@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
67
+ uses : stackabletech/actions/publish-image@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
68
68
with :
69
69
image-registry-uri : oci.stackable.tech
70
70
image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
90
90
persist-credentials : false
91
91
92
92
- name : Publish and Sign Image Index Manifest to oci.stackable.tech
93
- uses : stackabletech/actions/publish-index-manifest@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
93
+ uses : stackabletech/actions/publish-index-manifest@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
94
94
with :
95
95
image-registry-uri : oci.stackable.tech
96
96
image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
0 commit comments