Skip to content

Commit a2845e3

Browse files
authored
Docker images build fix (#273)
* fixign build * typo
1 parent 6df98ef commit a2845e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
restore-keys: |
3232
${{ runner.os }}-buildx-
3333
- name: Login to DockerHub
34-
if: github.repository == fclairamb/ftpserver
34+
if: github.repository == 'fclairamb/ftpserver'
3535
uses: docker/login-action@v1
3636
with:
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.DOCKERHUB_TOKEN }}
3939
- name: Login to GitHub Container Registry
40-
if: github.repository == fclairamb/ftpserver
40+
if: github.repository == 'fclairamb/ftpserver'
4141
uses: docker/login-action@v1
4242
with:
4343
registry: ghcr.io

0 commit comments

Comments
 (0)