From b64abc03c22ea00e7b2de92b4dad5e35609990c5 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Fri, 4 Sep 2026 08:47:57 +0000 Subject: [PATCH] chore: Bump stackabletech/actions to v0.18.0 --- .github/workflows/build.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4187b089..335e4cf8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,7 @@ jobs: - name: Check for changed files id: check - uses: stackabletech/actions/detect-changes@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0 + uses: stackabletech/actions/detect-changes@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 with: patterns: | - '.github/workflows/build.yaml' @@ -112,7 +112,7 @@ jobs: - name: Build Container Image id: build - uses: stackabletech/actions/build-container-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0 + uses: stackabletech/actions/build-container-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 with: image-name: ${{ env.IMAGE_NAME }} image-index-manifest-tag: ${{ steps.version.outputs.IMAGE_VERSION }} @@ -122,14 +122,14 @@ jobs: container-file: docker/Dockerfile - name: Publish Container Image - uses: stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0 + uses: stackabletech/actions/publish-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.IMAGE_NAME }} - image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }} - source-image-uri: ${{ steps.build.outputs.image-manifest-uri }} + canonical-image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }} + canonical-source-image-uri: ${{ steps.build.outputs.image-manifest-uri }} publish-index-manifest: name: Publish/Sign ${{ needs.build-container-image.outputs.image-version }} Index @@ -151,13 +151,13 @@ jobs: - name: Publish and Sign Image Index id: publish-oci - uses: stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0 + uses: stackabletech/actions/publish-image-index-manifest@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.IMAGE_NAME }} - image-index-manifest-tag: ${{ needs.build-container-image.outputs.image-version }} + canonical-image-index-manifest-tag: ${{ needs.build-container-image.outputs.image-version }} # Generate SLSA build provenance for the multi-arch image index and attach it # to the published image. The reusable workflow signs the provenance with @@ -210,7 +210,7 @@ jobs: persist-credentials: false - name: Package, Publish, and Sign Helm Chart - uses: stackabletech/actions/publish-helm-chart@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0 + uses: stackabletech/actions/publish-helm-chart@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 with: chart-registry-uri: oci.stackable.tech chart-registry-username: robot$sdp-charts+github-action-build @@ -236,7 +236,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run OpenShift Preflight Check - uses: stackabletech/actions/run-openshift-preflight@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0 + uses: stackabletech/actions/run-openshift-preflight@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 with: image-index-uri: oci.stackable.tech/sdp/${{ env.IMAGE_NAME }}:${{ needs.build-container-image.outputs.image-version }} image-architecture: ${{ matrix.arch }}