We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df98ef commit a2845e3Copy full SHA for a2845e3
.github/workflows/docker.yml
@@ -31,13 +31,13 @@ jobs:
31
restore-keys: |
32
${{ runner.os }}-buildx-
33
- name: Login to DockerHub
34
- if: github.repository == ‘fclairamb/ftpserver’
+ if: github.repository == 'fclairamb/ftpserver'
35
uses: docker/login-action@v1
36
with:
37
username: ${{ github.repository_owner }}
38
password: ${{ secrets.DOCKERHUB_TOKEN }}
39
- name: Login to GitHub Container Registry
40
41
42
43
registry: ghcr.io
0 commit comments