We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3435948 commit f3cd627Copy full SHA for f3cd627
.github/workflows/docker-image.yml
@@ -46,7 +46,7 @@ jobs:
46
platforms: linux/amd64,linux/arm64
47
push: true
48
tags: |
49
- codechat/api:latest
+ codechat/api:latest-mysql
50
codechat/api:v${{ env.version }}-mysql
51
cache-from: type=local,src=/tmp/.buildx-cache
52
cache-to: type=local,dest=/tmp/.buildx-cache
0 commit comments