diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb30857..07fd38e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: fi TAGS="${QUAY_IMAGE}:${VERSION},${HUB_IMAGE}:${VERSION}" if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then - TAGS="$TAGS,${QUAY_IMAGE}:latest,${HUB_IMAGE}:latest}" + TAGS="$TAGS,${QUAY_IMAGE}:latest,${HUB_IMAGE}:latest" fi echo ::set-output name=tags::${TAGS}