Skip to content

Commit

Permalink
Fix skopeo install on self-hosted runnner
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 8, 2024
1 parent 9e7ab3f commit d85dced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
docker tag "$IMAGE" "$PROMOTED_IMAGE"
docker push "${{ needs.build.outputs.image }}"
else
sudo apt-get update -y
sudo apt-get install -y skopeo
echo "Add image tag $PROMOTED_IMAGE to $IMAGE"
skopeo copy docker://$IMAGE docker://$PROMOTED_IMAGE
Expand Down

0 comments on commit d85dced

Please sign in to comment.