We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162ced1 commit d5cee73Copy full SHA for d5cee73
.github/workflows/deploy-service.yml
@@ -65,7 +65,6 @@ jobs:
65
key: ${{ secrets.key }}
66
port: ${{ secrets.port }}
67
script: |
68
-# echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
69
cd /home/watchducks/app
70
echo "${{ secrets.env }}" > .env
71
docker pull ghcr.io/${{ github.repository_owner }}/${{ inputs.service }}/${{inputs.path}}:latest
0 commit comments