Skip to content

Commit d0e808b

Browse files
authored
Update dockerpublish.yml
1 parent 1a7e339 commit d0e808b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
1818

1919
- name: Build image
20-
run: docker build . --tag ghcr.io/shitpostingio/tdlib:$GITHUB_REF
20+
run: docker build . --tag ghcr.io/shitpostingio/tdlib:$GITHUB_REF_NAME
2121

2222
- name: Push image
23-
run: docker push ghcr.io/shitpostingio/tdlib:$GITHUB_REF
23+
run: docker push ghcr.io/shitpostingio/tdlib:$GITHUB_REF_NAME

0 commit comments

Comments
 (0)