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 162ced1 commit d5cee73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
key: ${{ secrets.key }}
port: ${{ secrets.port }}
script: |
# 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 d5cee73

Please sign in to comment.