mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update .github/workflows/publish-docker-images.yml
This commit is contained in:
parent
8d79f501f3
commit
32cd9e4852
2
.github/workflows/publish-docker-images.yml
vendored
2
.github/workflows/publish-docker-images.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
escaped_tag=$(printf "%q" ${{ github.ref_name }})
|
||||
|
||||
if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
||||
echo "stable=true" >> ${GITHUB_OUTPUT}
|
||||
echo "stable=true" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "stable=false" >> ${GITHUB_OUTPUT}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user