mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
docker-publish.yml: fix syntax of specifying VERSION build-arg to docker-build-push
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
context: ./docker
|
||||
build-args:
|
||||
TARGET=Release
|
||||
VERSION=$CVERSION
|
||||
VERSION={{ env.CVERSION }}
|
||||
platforms: linux/amd64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user