Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mint committed Nov 20, 2022
1 parent 715b0c3 commit 94c6cbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

- name: Push image
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io
-u lemon-mint --password-stdin
docker login ghcr.io -u lemon-mint --password ${{ secrets.GITHUB_TOKEN }}
docker push ghcr.io/lemon-mint/timeserver:latest
docker tag ghcr.io/lemon-mint/timeserver:latest "ghcr.io/lemon-mint/timeserver:${GITHUB_REF#refs/*/}"
Expand Down

0 comments on commit 94c6cbb

Please sign in to comment.