We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab6bc4 commit adfc766Copy full SHA for adfc766
taskcluster/docker/skopeo/push_image.sh
@@ -15,6 +15,11 @@ PASSWORD_URL="http://taskcluster/secrets/v1/secret/project/taskgraph/level-3/doc
15
install -m 600 /dev/null $HOME/.dockercfg
16
curl $PASSWORD_URL | jq '.secret.dockercfg' > $HOME/.dockercfg
17
18
+export REGISTRY_AUTH_FILE=$HOME/.dockercfg
19
+
20
+# TODO: REMOVE THIS!
21
+cat $HOME/.dockercfg
22
23
skopeo login docker.io
24
25
cd $MOZ_FETCHES_DIR
0 commit comments