Skip to content

Commit d5cee73

Browse files
committed
chore: 도커 로그인 필요없는지 확인
1 parent 162ced1 commit d5cee73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-service.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
key: ${{ secrets.key }}
6666
port: ${{ secrets.port }}
6767
script: |
68-
# echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
6968
cd /home/watchducks/app
7069
echo "${{ secrets.env }}" > .env
7170
docker pull ghcr.io/${{ github.repository_owner }}/${{ inputs.service }}/${{inputs.path}}:latest

0 commit comments

Comments
 (0)