Skip to content

Commit c14a422

Browse files
committed
Fix docker versioning again
1 parent d7ffd18 commit c14a422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/docker-versioning.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.PKG_GITHUB_TOKEN }}
2828

29-
- name: ghcr.io/talkdai/dialog:${{ github.ref }}
29+
- name: ghcr.io/talkdai/dialog:${{ github.ref_name }}
3030
env:
31-
GITHUB_REF: ${{ github.ref }}
31+
GITHUB_REF: ${{ github.ref_name }}
3232
run: |
33-
docker build -t ghcr.io/talkdai/dialog:${{ github.ref }} .
34-
docker push ghcr.io/talkdai/dialog:${{ github.ref }}
33+
docker build -t ghcr.io/talkdai/dialog:${{ github.ref_name }} .
34+
docker push ghcr.io/talkdai/dialog:${{ github.ref_name }}

0 commit comments

Comments
 (0)