diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index f73c661..00030e6 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -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