We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3607416 commit 478c289Copy full SHA for 478c289
.github/workflows/docker-image.yml
@@ -43,6 +43,6 @@ jobs:
43
file: ./Dockerfile
44
builder: ${{ steps.buildx.outputs.name }}
45
push: true
46
- tags: ${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:latest
+ tags: ${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:${{ env.tag_name }}
47
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:buildcache
48
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ttp101:buildcache,mode=max
0 commit comments