43
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 17:28:48 +03:00
parent 6a94118377
commit c804e806a7

View File

@@ -32,6 +32,8 @@ jobs:
REGISTRY: hub.docker.com
REPO: ${{ github.repository }}
run: |
echo $REPO
TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name' | tr '\n' ',')
echo "version_options=${TAGS%,}" >> $GITHUB_OUTPUT