Skip to content

Commit c78cf75

Browse files
committed
ci: Bump and adjust actions
1 parent c5054ab commit c78cf75

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
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@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
60+
uses: stackabletech/actions/publish-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
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-index-manifest@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
87+
uses: stackabletech/actions/publish-image-index-manifest@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
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@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
21+
- uses: stackabletech/actions/run-pre-commit@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/reusable_build_image.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- id: shard
30-
uses: stackabletech/actions/shard@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
30+
uses: stackabletech/actions/shard@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
3131
with:
3232
product-name: ${{ inputs.product-name }}
3333
outputs:
@@ -53,25 +53,26 @@ jobs:
5353
persist-credentials: false
5454

5555
- name: Free Disk Space
56-
uses: stackabletech/actions/free-disk-space@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
56+
uses: stackabletech/actions/free-disk-space@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
5757

5858
- name: Build Product Image
5959
id: build
60-
uses: stackabletech/actions/build-product-image@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
60+
uses: stackabletech/actions/build-product-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
6161
with:
62+
registry-namespace: ${{ inputs.registry-namespace }}
6263
product-name: ${{ inputs.product-name }}
6364
product-version: ${{ matrix.versions }}
6465
sdp-version: ${{ inputs.sdp-version }}
6566

6667
- name: Publish Container Image on oci.stackable.tech
67-
uses: stackabletech/actions/publish-image@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
68+
uses: stackabletech/actions/publish-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
6869
with:
6970
image-registry-uri: oci.stackable.tech
7071
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
7172
image-registry-password: ${{ secrets.harbor-robot-secret }}
7273
image-repository: ${{ inputs.registry-namespace }}/${{ inputs.product-name }}
7374
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
74-
source-image-uri: localhost/${{ inputs.product-name }}:${{ steps.build.outputs.image-manifest-tag }}
75+
source-image-uri: localhost/${{ inputs.registry-namespace }}/${{ inputs.product-name }}:${{ steps.build.outputs.image-manifest-tag }}
7576

7677
publish_manifests:
7778
name: Build/Publish ${{ matrix.versions }} Manifests
@@ -90,7 +91,7 @@ jobs:
9091
persist-credentials: false
9192

9293
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
93-
uses: stackabletech/actions/publish-index-manifest@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
94+
uses: stackabletech/actions/publish-image-index-manifest@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
9495
with:
9596
image-registry-uri: oci.stackable.tech
9697
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -105,7 +106,7 @@ jobs:
105106
if: failure() || (github.run_attempt > 1 && !cancelled())
106107
steps:
107108
- name: Send Notification
108-
uses: stackabletech/actions/send-slack-notification@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # v0.8.1
109+
uses: stackabletech/actions/send-slack-notification@c4e66c3fb2426b37799fdace4b968a03f9478e3c #v0.10.0
109110
with:
110111
publish-manifests-result: ${{ needs.publish_manifests.result }}
111112
build-result: ${{ needs.build.result }}

0 commit comments

Comments
 (0)