We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce4a13 commit a89516aCopy full SHA for a89516a
1 file changed
.github/workflows/docker-image.yml
@@ -44,6 +44,6 @@ jobs:
44
push: true
45
tags: |
46
codechat/api:latest
47
- codechat/api:${{ env.version }}
+ codechat/api:v${{ env.version }}
48
cache-from: type=local,src=/tmp/.buildx-cache
49
cache-to: type=local,dest=/tmp/.buildx-cache
0 commit comments