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

This commit is contained in:
Alex Shevchuk
2025-08-19 17:40:13 +03:00
parent f85e42035b
commit 0820ed8892

View File

@@ -30,9 +30,11 @@ jobs:
id: get_versions id: get_versions
env: env:
REGISTRY: hub.docker.com REGISTRY: hub.docker.com
REPO: ${{ github.repository##*/ }} REPO: ${{ github.repository }}
run: | run: |
REPO2=$(echo $REPO | cut -d'/' -f2)
echo $REPO echo $REPO
echo $REPO2
TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name' | tr '\n' ',') TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name' | tr '\n' ',')