27
27
with :
28
28
persist-credentials : false
29
29
- id : shard
30
- uses : stackabletech/actions/shard@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
30
+ uses : stackabletech/actions/shard@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
31
31
with :
32
32
product-name : ${{ inputs.product-name }}
33
33
outputs :
@@ -53,19 +53,19 @@ jobs:
53
53
persist-credentials : false
54
54
55
55
- name : Free Disk Space
56
- uses : stackabletech/actions/free-disk-space@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
56
+ uses : stackabletech/actions/free-disk-space@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
57
57
58
58
- name : Build Product Image
59
59
id : build
60
- uses : stackabletech/actions/build-product-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
60
+ uses : stackabletech/actions/build-product-image@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
61
61
with :
62
62
registry-namespace : ${{ inputs.registry-namespace }}
63
63
product-name : ${{ inputs.product-name }}
64
64
product-version : ${{ matrix.versions }}
65
65
sdp-version : ${{ inputs.sdp-version }}
66
66
67
67
- name : Publish Container Image on oci.stackable.tech
68
- uses : stackabletech/actions/publish-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
68
+ uses : stackabletech/actions/publish-image@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
69
69
with :
70
70
image-registry-uri : oci.stackable.tech
71
71
image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
91
91
persist-credentials : false
92
92
93
93
- name : Publish and Sign Image Index Manifest to oci.stackable.tech
94
- uses : stackabletech/actions/publish-image-index-manifest@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
94
+ uses : stackabletech/actions/publish-image-index-manifest@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
95
95
with :
96
96
image-registry-uri : oci.stackable.tech
97
97
image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -106,7 +106,7 @@ jobs:
106
106
if : failure() || (github.run_attempt > 1 && !cancelled())
107
107
steps :
108
108
- name : Send Notification
109
- uses : stackabletech/actions/send-slack-notification@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
109
+ uses : stackabletech/actions/send-slack-notification@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
110
110
with :
111
111
publish-manifests-result : ${{ needs.publish_manifests.result }}
112
112
build-result : ${{ needs.build.result }}
0 commit comments