From bda6def630c6cbe41957b89fee4a63185f6b0015 Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Mon, 27 May 2024 10:21:21 -0400 Subject: [PATCH] Use skopeo from ghcr --- build-scripts/hack/sync-registry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/hack/sync-registry.sh b/build-scripts/hack/sync-registry.sh index c4cceab36..4c7009d5b 100755 --- a/build-scripts/hack/sync-registry.sh +++ b/build-scripts/hack/sync-registry.sh @@ -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 \