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 41503a2 commit 7e0d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocks-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
docker run --rm \
-v $(readlink -f "${rock_oci_archive}"):/rock \
-v /var/run/docker.sock:/var/run/docker.sock \
quay.io/skopeo/stable:v1.8 copy oci-archive:/rock docker-daemon:$container_image_name
quay.io/skopeo/stable:v1.13 copy oci-archive:/rock docker-daemon:$container_image_name
container_images="$container_images $container_image_name"
${{ env.ROCKS_CICD_CHECKOUT_LOCATION }}/src/rocks/tests/Black-Box-Test.py --rock-oci-archive "${rock_oci_archive}"
done
Expand Down

0 comments on commit 7e0d92e

Please sign in to comment.