Skip to content

Commit 067070d

Browse files
authored
ci: Fix Slack notifications (#1328)
This is done by bumping the stackabletech/actions to v0.10.4.
1 parent ff55b16 commit 067070d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/mirror.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
5858
5959
- name: Publish Container Image on oci.stackable.tech
60-
uses: stackabletech/actions/publish-image@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
60+
uses: stackabletech/actions/publish-image@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
6161
with:
6262
image-registry-uri: oci.stackable.tech
6363
image-registry-username: robot$sdp+github-action-build
@@ -84,7 +84,7 @@ jobs:
8484
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
8585
8686
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
87-
uses: stackabletech/actions/publish-image-index-manifest@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
87+
uses: stackabletech/actions/publish-image-index-manifest@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
8888
with:
8989
image-registry-uri: oci.stackable.tech
9090
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
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
21-
- uses: stackabletech/actions/run-pre-commit@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
21+
- uses: stackabletech/actions/run-pre-commit@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/reusable_build_image.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
persist-credentials: false
6161
- id: shard
62-
uses: stackabletech/actions/shard@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
62+
uses: stackabletech/actions/shard@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
6363
with:
6464
product-name: ${{ inputs.product-name }}
6565
outputs:
@@ -85,19 +85,19 @@ jobs:
8585
persist-credentials: false
8686

8787
- name: Free Disk Space
88-
uses: stackabletech/actions/free-disk-space@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
88+
uses: stackabletech/actions/free-disk-space@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
8989

9090
- name: Build Product Image
9191
id: build
92-
uses: stackabletech/actions/build-product-image@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
92+
uses: stackabletech/actions/build-product-image@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
9393
with:
9494
registry-namespace: ${{ inputs.registry-namespace }}
9595
product-name: ${{ inputs.product-name }}
9696
product-version: ${{ matrix.versions }}
9797
sdp-version: ${{ inputs.sdp-version }}
9898

9999
- name: Publish Container Image on oci.stackable.tech
100-
uses: stackabletech/actions/publish-image@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
100+
uses: stackabletech/actions/publish-image@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
101101
with:
102102
image-registry-uri: oci.stackable.tech
103103
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -123,7 +123,7 @@ jobs:
123123
persist-credentials: false
124124

125125
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
126-
uses: stackabletech/actions/publish-image-index-manifest@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
126+
uses: stackabletech/actions/publish-image-index-manifest@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
127127
with:
128128
image-registry-uri: oci.stackable.tech
129129
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -138,7 +138,7 @@ jobs:
138138
if: failure() || (github.run_attempt > 1 && !cancelled())
139139
steps:
140140
- name: Send Notification
141-
uses: stackabletech/actions/send-slack-notification@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
141+
uses: stackabletech/actions/send-slack-notification@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
142142
with:
143143
publish-manifests-result: ${{ needs.publish_manifests.result }}
144144
build-result: ${{ needs.build.result }}

0 commit comments

Comments
 (0)