Cleaning up release process, fixed github action version

This commit is contained in:
Mike Farah
2020-12-29 09:50:21 +11:00
parent 94a563dfd8
commit a6ae33c3f1
6 changed files with 5 additions and 63 deletions
+3 -1
View File
@@ -68,7 +68,9 @@ jobs:
- name: Build and push image
run: |
IMAGE_VERSION="$(git describe --tags --abbrev=0)"
IMAGE_V_VERSION="$(git describe --tags --abbrev=0)"
IMAGE_VERSION=${IMAGE_V_VERSION:1}
SHORT_SHA1=$(git rev-parse --short HEAD)
PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64"
echo "Building and pushing version ${IMAGE_VERSION} of image ${IMAGE_NAME}"