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

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

View File

@ -25,7 +25,7 @@ jobs:
escaped_tag=$(printf "%q" ${{ github.ref_name }}) escaped_tag=$(printf "%q" ${{ github.ref_name }})
if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "stable=true" >> ${GITHUB_OUTPUT} echo "stable=true" >> $GITHUB_OUTPUT
else else
echo "stable=false" >> ${GITHUB_OUTPUT} echo "stable=false" >> ${GITHUB_OUTPUT}
fi fi