Skip to content

Commit

Permalink
chore: 도커 로그인 필요없는지 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
sjy2335 committed Nov 11, 2024
1 parent a5580c4 commit 162ced1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
key: ${{ secrets.key }}
port: ${{ secrets.port }}
script: |
echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
# echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
cd /home/watchducks/app
echo "${{ secrets.env }}" > .env
docker pull ghcr.io/${{ github.repository_owner }}/${{ inputs.service }}/${{inputs.path}}:latest
Expand Down

0 comments on commit 162ced1

Please sign in to comment.