We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7e339 commit d0e808bCopy full SHA for d0e808b
.github/workflows/dockerpublish.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
18
19
- name: Build image
20
- run: docker build . --tag ghcr.io/shitpostingio/tdlib:$GITHUB_REF
+ run: docker build . --tag ghcr.io/shitpostingio/tdlib:$GITHUB_REF_NAME
21
22
- name: Push image
23
- run: docker push ghcr.io/shitpostingio/tdlib:$GITHUB_REF
+ run: docker push ghcr.io/shitpostingio/tdlib:$GITHUB_REF_NAME
0 commit comments