We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a1c5e3 + df88359 commit 17f2688Copy full SHA for 17f2688
1 file changed
actions/publish-image/action.yaml
@@ -218,7 +218,10 @@ runs:
218
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
219
- name: Install Cosign
220
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
221
- - uses: rancherlabs/slsactl/actions/install-slsactl@132f4c15b16537cf031aae50c788fdad1a8fe723 # v0.1.33
+ - name: Install slsactl
222
+ uses: rancherlabs/slsactl/actions/install-slsactl@132f4c15b16537cf031aae50c788fdad1a8fe723 # v0.1.33
223
+ with:
224
+ version: v0.1.33
225
226
- name: Build and push image [Prime]
227
id: push-prime
0 commit comments