test: workflow
This commit is contained in:
parent
1706c44e3b
commit
b2c6c555d7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/action-test.yml
vendored
3
.github/workflows/action-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue