mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
workflow:docker-publish.yml: even more tweeks to tag names trying to find legal format
This commit is contained in:
@@ -46,8 +46,8 @@ jobs:
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ env.IMAGE_OWNER}}/${{ env.IMAGE_NAME}}: latest
|
||||
ghcr.io/${{ env.IMAGE_OWNER}}/${{ env.IMAGE_NAME}}: $CVERSION
|
||||
ghcr.io/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}:latest
|
||||
ghcr.io/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.CVERSION }}
|
||||
|
||||
# run: |
|
||||
# cd docker
|
||||
|
||||
Reference in New Issue
Block a user