From b2c6c555d75dbf5d044eeee8c5536c80f4ae028e Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 29 Jul 2022 16:01:33 -0400 Subject: [PATCH] test: workflow --- .github/workflows/action-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index d9ff90f..611f1ab 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -24,7 +24,8 @@ jobs: VERSION=latest SHORTREF=$(git rev-parse --short=8 ${{ inputs.tag }}) - VERSION=${{ inputs.tag//v }} + VERSION=${{ inputs.tag }} + VERSION="${VERSION//v}" TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${SHORTREF}" # If the VERSION looks like a version number, assume that