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 7844cf1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ 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 docker image ls -a
sudo docker import ${{ steps.rockcraft.outputs.rock }} $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 7844cf1

Please sign in to comment.