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 21, 2024
1 parent b474662 commit 2d83478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ 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
sudo skopeo --insecure-policy copy oci-archive:${{ steps.rockcraft.outputs.rock }} docker-daemon:$tag
done
docker image ls -a
sudo docker image ls -a
sleep 10
docker push ghcr.io/canonical/ceph --all-tags
sudo docker push ghcr.io/canonical/ceph --all-tags
env:
TAGS: ${{ steps.meta.outputs.tags }}

0 comments on commit 2d83478

Please sign in to comment.