We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715b0c3 commit 94c6cbbCopy full SHA for 94c6cbb
.github/workflows/docker-image.yml
@@ -19,8 +19,7 @@ jobs:
19
20
- name: Push image
21
run: |
22
- echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io
23
- -u lemon-mint --password-stdin
+ docker login ghcr.io -u lemon-mint --password ${{ secrets.GITHUB_TOKEN }}
24
25
docker push ghcr.io/lemon-mint/timeserver:latest
26
docker tag ghcr.io/lemon-mint/timeserver:latest "ghcr.io/lemon-mint/timeserver:${GITHUB_REF#refs/*/}"
0 commit comments