From fe980f9e88cdfa163feeab1869fc78f927b42b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 10 Nov 2022 10:40:21 +0100 Subject: [PATCH] Update .github/workflows/publish-docker-images.yml --- .github/workflows/publish-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index d48804eef..3abe9ce47 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -27,7 +27,7 @@ jobs: if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo "stable=true" >> $GITHUB_OUTPUT else - echo "stable=false" >> ${GITHUB_OUTPUT} + echo "stable=false" >> $GITHUB_OUTPUT fi # Check only the validity of the tag for official releases (not for pre-releases or other tags)