mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
docker-publish.yml: another fix for VERSION spec syntax
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Extract version information
|
||||
- name: Place version number into environment
|
||||
run: |
|
||||
echo "CVERSION=$(cat VERSION)" >> $GITHUB_ENV
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
context: ./docker
|
||||
build-args:
|
||||
TARGET=Release
|
||||
VERSION={{ env.CVERSION }}
|
||||
VERSION=${{ env.CVERSION }}
|
||||
platforms: linux/amd64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user