From 60baaf5527339099885e85b77b198009b17b59a7 Mon Sep 17 00:00:00 2001 From: eaudetcobello <155978570+eaudetcobello@users.noreply.github.com> Date: Mon, 20 May 2024 10:40:33 -0400 Subject: [PATCH] Update build-scripts/hack/sync-registry.sh Co-authored-by: Angelos Kolaitis --- 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 36f254787..f63953614 100644 --- a/build-scripts/hack/sync-registry.sh +++ b/build-scripts/hack/sync-registry.sh @@ -6,4 +6,4 @@ docker run -v "${DIR}/registry-k8s-io.yaml":/config.yaml quay.io/skopeo/stable:v --dest docker \ /config.yaml ghcr.io/canonical \ --format oci \ - --dest-creds "${ACTOR}":"${TOKEN}" + --dest-creds "${DEST_CREDS}"