Update .github/workflows/publish-docker-images.yml

This commit is contained in:
Clémentine Urquizar - curqui 2022-11-10 10:40:21 +01:00 committed by GitHub
parent 32cd9e4852
commit fe980f9e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)