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