Skip to content

Commit 94c6cbb

Browse files
committed
Fix CI
1 parent 715b0c3 commit 94c6cbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919

2020
- name: Push image
2121
run: |
22-
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io
23-
-u lemon-mint --password-stdin
22+
docker login ghcr.io -u lemon-mint --password ${{ secrets.GITHUB_TOKEN }}
2423
2524
docker push ghcr.io/lemon-mint/timeserver:latest
2625
docker tag ghcr.io/lemon-mint/timeserver:latest "ghcr.io/lemon-mint/timeserver:${GITHUB_REF#refs/*/}"

0 commit comments

Comments
 (0)