@@ -130,15 +130,15 @@ jobs:
130130
131131 - name: Build Container Image
132132 id: build
133- uses: stackabletech/actions/build-container-image@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
133+ uses: stackabletech/actions/build-container-image@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
134134 with:
135135 image-name: ${{ env.OPERATOR_NAME }}
136136 image-index-manifest-tag: ${{ steps.version.outputs.OPERATOR_VERSION }}
137137 build-arguments: VERSION=${{ steps.version.outputs.OPERATOR_VERSION }}
138138 container-file: docker/Dockerfile
139139
140140 - name: Publish Container Image
141- uses: stackabletech/actions/publish-image@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
141+ uses: stackabletech/actions/publish-image@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
142142 with:
143143 image-registry-uri: oci.stackable.tech
144144 image-registry-username: robot$sdp+github-action-build
@@ -161,7 +161,7 @@ jobs:
161161 persist-credentials: false
162162
163163 - name: Publish and Sign Image Index
164- uses: stackabletech/actions/publish-image-index-manifest@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
164+ uses: stackabletech/actions/publish-image-index-manifest@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
165165 with:
166166 image-registry-uri: oci.stackable.tech
167167 image-registry-username: robot$sdp+github-action-build
@@ -184,7 +184,7 @@ jobs:
184184 submodules: recursive
185185
186186 - name: Package, Publish, and Sign Helm Chart
187- uses: stackabletech/actions/publish-helm-chart@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
187+ uses: stackabletech/actions/publish-helm-chart@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
188188 with:
189189 chart-registry-uri: oci.stackable.tech
190190 chart-registry-username: robot$sdp-charts+github-action-build
@@ -208,7 +208,7 @@ jobs:
208208 runs-on: ubuntu-latest
209209 steps:
210210 - name: Run OpenShift Preflight Check
211- uses: stackabletech/actions/run-openshift-preflight@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
211+ uses: stackabletech/actions/run-openshift-preflight@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
212212 with:
213213 image-index-uri: oci.stackable.tech/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
214214 image-architecture: ${{ matrix.arch }}
@@ -228,7 +228,7 @@ jobs:
228228 persist-credentials: false
229229
230230 - name: Send Notification
231- uses: stackabletech/actions/send-slack-notification@976e8c293cb59f391dbf8563ab28e965e79ca36d # v0.10.4
231+ uses: stackabletech/actions/send-slack-notification@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
232232 with:
233233 publish-helm-chart-result: ${{ needs.publish-helm-chart.result }}
234234 publish-manifests-result: ${{ needs.publish-index-manifest.result }}
0 commit comments