Skip to content

Commit

Permalink
Fixed Skopeo/Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshBhatthere committed Nov 22, 2024
1 parent b474662 commit 7696655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
# iterate through the tags
for tag in $TAGS; do
echo "$tag"
skopeo --insecure-policy copy oci-archive:${{ steps.rockcraft.outputs.rock }} docker-daemon:$tag
docker image ls -a
docker import ${{ steps.rockcraft.outputs.rock }} $tag
done
docker image ls -a
sleep 10
Expand Down

0 comments on commit 7696655

Please sign in to comment.