Skip to content

Commit 76611b2

Browse files
committed
[ci skip] Docker login inside of container.
1 parent ecef98a commit 76611b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/deploy-image-amzn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z "${CRYPTEIA_VERSION}" ]; then
66
exit 1
77
fi
88

9-
echo $DOCKER_LOGIN_PAT | docker login ghcr.io -u "cink-continuous-integration" --password-stdin
9+
docker login ghcr.io -u "cink-continuous-integration" -p $DOCKER_LOGIN_PAT
1010

1111
./amzn/setup
1212
docker build \

package/deploy-image-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z "${CRYPTEIA_VERSION}" ]; then
66
exit 1
77
fi
88

9-
echo $DOCKER_LOGIN_PAT | docker login ghcr.io -u "cink-continuous-integration" --password-stdin
9+
docker login ghcr.io -u "cink-continuous-integration" -p $DOCKER_LOGIN_PAT
1010

1111
./bin/setup
1212
docker build \

0 commit comments

Comments
 (0)