Trying new release process

This commit is contained in:
Mike Farah
2022-04-12 09:35:18 +10:00
parent 217744bc9a
commit 454e563a0e
3 changed files with 13 additions and 15 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ jobs:
- name: Build and push image
run: |
echo "GithubRef: ${GITHUB_REF}"
IMAGE_VERSION=${GITHUB_REF:1}
VERSION::${GITHUB_REF##*/}
echo "VERSION: ${VERSION}"
IMAGE_VERSION=${VERSION:1}
echo "IMAGE_VERSION: ${IMAGE_VERSION}"
PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64"