Skip to content

Commit 7f60f9f

Browse files
committed
chore: Bump stackabletech/actions to v0.16.0
1 parent 812f227 commit 7f60f9f

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/mirror.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Publish Container Image on oci.stackable.tech/sdp
7575
if: inputs.destination-project == 'sdp'
76-
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
76+
uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
7777
with:
7878
image-registry-uri: oci.stackable.tech
7979
image-registry-username: robot$sdp+github-action-build
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Publish Container Image on oci.stackable.tech/stackable
8686
if: inputs.destination-project == 'stackable'
87-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
87+
uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
8888
with:
8989
image-registry-uri: oci.stackable.tech
9090
image-registry-username: robot$stackable+github-action-build
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Publish and Sign Image Index Manifest to oci.stackable.tech/sdp
115115
if: inputs.destination-project == 'sdp'
116-
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
116+
uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
117117
with:
118118
image-registry-uri: oci.stackable.tech
119119
image-registry-username: robot$sdp+github-action-build
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Publish and Sign Image Index Manifest to oci.stackable.tech/stackable
125125
if: inputs.destination-project == 'stackable'
126-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
126+
uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
127127
with:
128128
image-registry-uri: oci.stackable.tech
129129
image-registry-username: robot$stackable+github-action-build

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323
fetch-depth: 0
2424

25-
- uses: stackabletech/actions/run-pre-commit@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
25+
- uses: stackabletech/actions/run-pre-commit@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/reusable_build_image.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
persist-credentials: false
8989

9090
- id: shard
91-
uses: stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
91+
uses: stackabletech/actions/shard@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
9292
with:
9393
product-name: ${{ inputs.product-name }}
9494
outputs:
@@ -115,11 +115,11 @@ jobs:
115115
persist-credentials: false
116116

117117
- name: Free Disk Space
118-
uses: stackabletech/actions/free-disk-space@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
118+
uses: stackabletech/actions/free-disk-space@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
119119

120120
- name: Build Product Image
121121
id: build
122-
uses: stackabletech/actions/build-product-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
122+
uses: stackabletech/actions/build-product-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
123123
with:
124124
registry-namespace: ${{ inputs.registry-namespace }}
125125
product-name: ${{ inputs.product-name }}
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Publish Container Image on oci.stackable.tech
130130
if: inputs.publish
131-
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
131+
uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
132132
with:
133133
image-registry-uri: oci.stackable.tech
134134
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Publish Container Image on quay.io
146146
if: inputs.publish && inputs.publish-to-quay
147-
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
147+
uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
148148
with:
149149
image-registry-uri: quay.io
150150
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
179179
if: inputs.publish
180-
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
180+
uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
181181
with:
182182
image-registry-uri: oci.stackable.tech
183183
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Publish and Sign Image Index Manifest to quay.io
194194
if: inputs.publish && inputs.publish-to-quay
195-
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
195+
uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
196196
with:
197197
image-registry-uri: quay.io
198198
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -214,7 +214,7 @@ jobs:
214214
if: failure() || (github.run_attempt > 1 && !cancelled())
215215
steps:
216216
- name: Send Notification
217-
uses: stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
217+
uses: stackabletech/actions/send-slack-notification@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
218218
with:
219219
publish-manifests-result: ${{ needs.publish_manifests.result }}
220220
build-result: ${{ needs.build.result }}

.github/workflows/ubi-rust-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: failure() || (github.run_attempt > 1 && !cancelled())
124124
steps:
125125
- name: Send Notification
126-
uses: stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
126+
uses: stackabletech/actions/send-slack-notification@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
127127
with:
128128
publish-manifests-result: ${{ needs.publish_manifests.result }}
129129
build-result: ${{ needs.build.result }}

0 commit comments

Comments
 (0)