Skip to content

Commit 37b3e39

Browse files
committed
ci: Bump actions in reusable workflow
1 parent 5b72bef commit 37b3e39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable_build_image.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- id: shard
27-
uses: stackabletech/actions/shard@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
27+
uses: stackabletech/actions/shard@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
2828
with:
2929
product-name: ${{ inputs.product-name }}
3030
outputs:
@@ -50,18 +50,18 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: Free Disk Space
53-
uses: stackabletech/actions/free-disk-space@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
53+
uses: stackabletech/actions/free-disk-space@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
5454

5555
- name: Build Product Image
5656
id: build
57-
uses: stackabletech/actions/build-product-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
57+
uses: stackabletech/actions/build-product-image@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
5858
with:
5959
product-name: ${{ inputs.product-name }}
6060
product-version: ${{ matrix.versions }}
6161
sdp-version: ${{ inputs.sdp-version }}
6262

6363
- name: Publish Container Image on oci.stackable.tech
64-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
64+
uses: stackabletech/actions/publish-image@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
6565
with:
6666
image-registry-uri: oci.stackable.tech
6767
image-registry-username: robot$sdp+github-action-build
@@ -87,7 +87,7 @@ jobs:
8787
persist-credentials: false
8888

8989
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
90-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
90+
uses: stackabletech/actions/publish-index-manifest@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
9191
with:
9292
image-registry-uri: oci.stackable.tech
9393
image-registry-username: robot$sdp+github-action-build

0 commit comments

Comments
 (0)