Skip to content

Commit dbcafc0

Browse files
authored
ci: Bump stackabletech/actions to v0.16.1 (#1570)
chore: Bump stackabletech/actions to v0.16.1
1 parent 1605a87 commit dbcafc0

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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
76+
uses: stackabletech/actions/publish-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
87+
uses: stackabletech/actions/publish-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
116+
uses: stackabletech/actions/publish-image-index-manifest@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
126+
uses: stackabletech/actions/publish-image-index-manifest@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
25+
- uses: stackabletech/actions/run-pre-commit@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
91+
uses: stackabletech/actions/shard@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
9292
with:
9393
product-name: ${{ inputs.product-name }}
9494
boil-version: 0.2.2
@@ -116,11 +116,11 @@ jobs:
116116
persist-credentials: false
117117

118118
- name: Free Disk Space
119-
uses: stackabletech/actions/free-disk-space@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
119+
uses: stackabletech/actions/free-disk-space@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
120120

121121
- name: Build Product Image
122122
id: build
123-
uses: stackabletech/actions/build-product-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
123+
uses: stackabletech/actions/build-product-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
124124
with:
125125
registry-namespace: ${{ inputs.registry-namespace }}
126126
product-name: ${{ inputs.product-name }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Publish Container Image on oci.stackable.tech
132132
if: inputs.publish
133-
uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
133+
uses: stackabletech/actions/publish-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
134134
with:
135135
image-registry-uri: oci.stackable.tech
136136
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Publish Container Image on quay.io
148148
if: inputs.publish && inputs.publish-to-quay
149-
uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
149+
uses: stackabletech/actions/publish-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
150150
with:
151151
image-registry-uri: quay.io
152152
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -180,7 +180,7 @@ jobs:
180180
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
181181
id: publish-oci
182182
if: inputs.publish
183-
uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
183+
uses: stackabletech/actions/publish-image-index-manifest@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
184184
with:
185185
image-registry-uri: oci.stackable.tech
186186
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -196,7 +196,7 @@ jobs:
196196
- name: Publish and Sign Image Index Manifest to quay.io
197197
id: publish-quay
198198
if: inputs.publish && inputs.publish-to-quay
199-
uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
199+
uses: stackabletech/actions/publish-image-index-manifest@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
200200
with:
201201
image-registry-uri: quay.io
202202
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -341,7 +341,7 @@ jobs:
341341
if: failure() || (github.run_attempt > 1 && !cancelled())
342342
steps:
343343
- name: Send Notification
344-
uses: stackabletech/actions/send-slack-notification@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
344+
uses: stackabletech/actions/send-slack-notification@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
345345
with:
346346
publish-manifests-result: ${{ needs.publish_manifests.result }}
347347
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@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
126+
uses: stackabletech/actions/send-slack-notification@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
127127
with:
128128
publish-manifests-result: ${{ needs.publish_manifests.result }}
129129
build-result: ${{ needs.build.result }}

0 commit comments

Comments
 (0)