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 ecef98a commit 76611b2Copy full SHA for 76611b2
package/deploy-image-amzn
@@ -6,7 +6,7 @@ if [ -z "${CRYPTEIA_VERSION}" ]; then
6
exit 1
7
fi
8
9
-echo $DOCKER_LOGIN_PAT | docker login ghcr.io -u "cink-continuous-integration" --password-stdin
+docker login ghcr.io -u "cink-continuous-integration" -p $DOCKER_LOGIN_PAT
10
11
./amzn/setup
12
docker build \
package/deploy-image-debian
./bin/setup
0 commit comments