chore: update workflows
This commit is contained in:
parent
2d77dae40e
commit
2c2e454c08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/action-test.yml
vendored
2
.github/workflows/action-test.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
# this is the most recent version of the image and also
|
||||
# tag it 'latest'.
|
||||
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
|
||||
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
|
||||
TAGS="$TAGS,${DOCKER_IMAGE}"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue