File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 export FULL_IMAGE_NAME="ghcr.io/${OWNER_LOWERCASE}/solid-connection-dev:${IMAGE_TAG_ONLY}"
105105
106106 # 2. 서버가 GHCR에 로그인 (pull 받기 위해)
107- echo "${{ steps.app.outputs.token }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
107+ echo "${{ steps.app.outputs.token }}" | docker login ghcr.io -u x-access-token --password-stdin
108108
109109 # 3. docker pull (전체 이미지 이름 사용)
110110 echo "Pulling new image layer from GHCR..."
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 export FULL_IMAGE_NAME="ghcr.io/${OWNER_LOWERCASE}/solid-connection-server:${IMAGE_TAG_ONLY}"
107107
108108 # 2. 서버가 GHCR에 로그인 (pull 받기 위해)
109- echo "${{ steps.app.outputs.token }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
109+ echo "${{ steps.app.outputs.token }}" | docker login ghcr.io -u x-access-token --password-stdin
110110
111111 # 3. docker pull (전체 이미지 이름 사용)
112112 echo "Pulling new image layer from GHCR..."
You can’t perform that action at this time.
0 commit comments