From 9484a07633735819ccae1e8a560764217bb28922 Mon Sep 17 00:00:00 2001 From: Heitor Neiva Date: Wed, 7 Feb 2024 12:32:40 +0100 Subject: [PATCH] ci: Add skopeo login to push_image script --- taskcluster/docker/skopeo/push_image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/docker/skopeo/push_image.sh b/taskcluster/docker/skopeo/push_image.sh index 5383971f0..4c5c3f7f7 100755 --- a/taskcluster/docker/skopeo/push_image.sh +++ b/taskcluster/docker/skopeo/push_image.sh @@ -15,6 +15,8 @@ PASSWORD_URL="http://taskcluster/secrets/v1/secret/project/taskgraph/level-3/doc install -m 600 /dev/null $HOME/.dockercfg curl $PASSWORD_URL | jq '.secret.dockercfg' > $HOME/.dockercfg +skopeo login docker.io + cd $MOZ_FETCHES_DIR unzstd image.tar.zst