Skip to content

Commit f65fe57

Browse files
committed
ci: Bump stackabletech/actions to v0.14.3
1 parent 52e4f80 commit f65fe57

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/mirror.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
6161
6262
- name: Publish Container Image on oci.stackable.tech
63-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
63+
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
6464
with:
6565
image-registry-uri: oci.stackable.tech
6666
image-registry-username: robot$sdp+github-action-build
@@ -88,7 +88,7 @@ jobs:
8888
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
8989
9090
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
91-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
91+
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
9292
with:
9393
image-registry-uri: oci.stackable.tech
9494
image-registry-username: robot$sdp+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@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
25+
- uses: stackabletech/actions/run-pre-commit@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
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
@@ -79,7 +79,7 @@ jobs:
7979
persist-credentials: false
8080

8181
- id: shard
82-
uses: stackabletech/actions/shard@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
82+
uses: stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
8383
with:
8484
product-name: ${{ inputs.product-name }}
8585
outputs:
@@ -106,19 +106,19 @@ jobs:
106106
persist-credentials: false
107107

108108
- name: Free Disk Space
109-
uses: stackabletech/actions/free-disk-space@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
109+
uses: stackabletech/actions/free-disk-space@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
110110

111111
- name: Build Product Image
112112
id: build
113-
uses: stackabletech/actions/build-product-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
113+
uses: stackabletech/actions/build-product-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
114114
with:
115115
registry-namespace: ${{ inputs.registry-namespace }}
116116
product-name: ${{ inputs.product-name }}
117117
product-version: ${{ matrix.versions }}
118118
sdp-version: ${{ inputs.sdp-version }}
119119

120120
- name: Publish Container Image on oci.stackable.tech
121-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
121+
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
122122
with:
123123
image-registry-uri: oci.stackable.tech
124124
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -133,7 +133,7 @@ jobs:
133133
source-image-uri: localhost/${{ inputs.registry-namespace }}/${{ inputs.product-name }}:${{ steps.build.outputs.image-manifest-tag }}
134134

135135
- name: Publish Container Image on quay.io
136-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
136+
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
137137
with:
138138
image-registry-uri: quay.io
139139
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -165,7 +165,7 @@ jobs:
165165
persist-credentials: false
166166

167167
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
168-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
168+
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
169169
with:
170170
image-registry-uri: oci.stackable.tech
171171
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -179,7 +179,7 @@ jobs:
179179
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ inputs.sdp-version }}
180180

181181
- name: Publish and Sign Image Index Manifest to quay.io
182-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
182+
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
183183
with:
184184
image-registry-uri: quay.io
185185
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -201,7 +201,7 @@ jobs:
201201
if: failure() || (github.run_attempt > 1 && !cancelled())
202202
steps:
203203
- name: Send Notification
204-
uses: stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
204+
uses: stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
205205
with:
206206
publish-manifests-result: ${{ needs.publish_manifests.result }}
207207
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@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
126+
uses: stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
127127
with:
128128
publish-manifests-result: ${{ needs.publish_manifests.result }}
129129
build-result: ${{ needs.build.result }}

0 commit comments

Comments
 (0)