Skip to content

Commit

Permalink
Use skopeo from ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 27, 2024
1 parent d5908b0 commit bda6def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/hack/sync-registry.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

docker run -v "./sync-registry-config.yaml":/config.yaml quay.io/skopeo/stable:v1.15 sync \
docker run -v "./sync-registry-config.yaml":/config.yaml ghcr.io/canonical/stable:1.15.0 sync \
--src yaml \
--dest docker \
/config.yaml ghcr.io/canonical \
Expand Down

0 comments on commit bda6def

Please sign in to comment.