Skip to content

Commit 1c4dc29

Browse files
committed
Fix GitHub CR Docker Login PAT.
1 parent 134098c commit 1c4dc29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/deploy-image-amzn

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
CRYPTEIA_VERSION_MAJOR=$(echo "${CRYPTEIA_VERSION}" | cut -d. -f1)
1010

11-
docker login ghcr.io -u "cink-continuous-integration" -p $DOCKER_LOGIN_PAT
11+
docker login ghcr.io -u "metaskills" -p $DOCKER_LOGIN_PAT
1212

1313
./amzn/setup
1414
BASE_NAME_AMD64="ghcr.io/rails-lambda/crypteia-extension-amzn-amd64"

package/deploy-image-debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
CRYPTEIA_VERSION_MAJOR=$(echo "${CRYPTEIA_VERSION}" | cut -d. -f1)
1010

11-
docker login ghcr.io -u "cink-continuous-integration" -p $DOCKER_LOGIN_PAT
11+
docker login ghcr.io -u "metaskills" -p $DOCKER_LOGIN_PAT
1212

1313
./bin/setup
1414
BASE_NAME_AMD64="ghcr.io/rails-lambda/crypteia-extension-debian-amd64"

0 commit comments

Comments
 (0)