We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7029f56 commit 1a7e339Copy full SHA for 1a7e339
.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:latest
+ run: docker build . --tag ghcr.io/shitpostingio/tdlib:$GITHUB_REF
21
22
- name: Push image
23
- run: docker push ghcr.io/shitpostingio/tdlib:latest
+ run: docker push ghcr.io/shitpostingio/tdlib:$GITHUB_REF
0 commit comments