Skip to content

Commit

Permalink
chore: update skopeo
Browse files Browse the repository at this point in the history
Signed-off-by: Cristovao Cordeiro <[email protected]>
  • Loading branch information
cjdcordeiro authored Sep 13, 2023
1 parent 7e0d92e commit 4416850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-rock-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
docker run -w /rock \
-v $PWD:/rock \
-v /var/run/docker.sock:/var/run/docker.sock \
quay.io/skopeo/stable:v1.8 copy --multi-arch all --preserve-digests docker://${rock} oci-archive:/rock/${oci_archive}
quay.io/skopeo/stable:v1.13 copy --multi-arch all --preserve-digests docker://${rock} oci-archive:/rock/${oci_archive}
echo "::set-output name=oci-archive::$PWD/${oci_archive}"
Expand Down

0 comments on commit 4416850

Please sign in to comment.