Skip to content

Commit 5ab6bc4

Browse files
authored
ci: Add skopeo login to push_image script (#438)
1 parent 6de846e commit 5ab6bc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskcluster/docker/skopeo/push_image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ PASSWORD_URL="http://taskcluster/secrets/v1/secret/project/taskgraph/level-3/doc
1515
install -m 600 /dev/null $HOME/.dockercfg
1616
curl $PASSWORD_URL | jq '.secret.dockercfg' > $HOME/.dockercfg
1717

18+
skopeo login docker.io
19+
1820
cd $MOZ_FETCHES_DIR
1921
unzstd image.tar.zst
2022

0 commit comments

Comments
 (0)