Skip to content

Commit 478c289

Browse files
committed
Fix docker tag
1 parent 3607416 commit 478c289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
file: ./Dockerfile
4444
builder: ${{ steps.buildx.outputs.name }}
4545
push: true
46-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:latest
46+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:${{ env.tag_name }}
4747
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:buildcache
4848
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:buildcache,mode=max

0 commit comments

Comments
 (0)