Skip to content

Commit 17f2688

Browse files
authored
Merge pull request #940 from furkatgofurov7/specify-version
Specify slsactl version to be able to consume desired version
2 parents 3a1c5e3 + df88359 commit 17f2688

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

actions/publish-image/action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,10 @@ runs:
218218
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
219219
- name: Install Cosign
220220
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
221-
- uses: rancherlabs/slsactl/actions/install-slsactl@132f4c15b16537cf031aae50c788fdad1a8fe723 # v0.1.33
221+
- name: Install slsactl
222+
uses: rancherlabs/slsactl/actions/install-slsactl@132f4c15b16537cf031aae50c788fdad1a8fe723 # v0.1.33
223+
with:
224+
version: v0.1.33
222225

223226
- name: Build and push image [Prime]
224227
id: push-prime

0 commit comments

Comments
 (0)