From 0bfb8863f933bd3611c34d34adf9fb93e11a687a Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Wed, 20 Jul 2022 10:38:06 +0200 Subject: [PATCH] fix: gh workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}