File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ jobs:
118118 run : |
119119 tailscale ssh "${{ steps.ssh.outputs.target }}" "echo 'Connected'"
120120
121- - name : Log in to GitHub Container Registry
122- run : |
123- echo "${{ secrets.GITHUB_TOKEN }}" | tailscale ssh "${{ steps.ssh.outputs.target }}" \
124- "docker login ghcr.io -u ${{ github.actor }} --password-stdin"
125-
126121 - name : Clean up old Docker images
127122 run : |
128123 tailscale ssh "${{ steps.ssh.outputs.target }}" \
129124 "docker system prune -af --filter 'until=24h'"
125+
126+ - name : Log in to GitHub Container Registry
127+ run : |
128+ echo "${{ secrets.GITHUB_TOKEN }}" | tailscale ssh "${{ steps.ssh.outputs.target }}" \
129+ "docker login ghcr.io -u ${{ github.actor }} --password-stdin"
130130
131131 - name : Pull latest images
132132 run : |
You can’t perform that action at this time.
0 commit comments