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

This commit is contained in:
Alex Shevchuk
2025-08-19 17:34:36 +03:00
parent 89be1fe146
commit 6e61e808a0

View File

@@ -32,6 +32,8 @@ jobs:
REGISTRY: hub.docker.com
REPO: ${{ github.repository_name }}
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