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:39:24 +03:00
parent ca17f4b0de
commit f85e42035b

View File

@@ -32,9 +32,7 @@ jobs:
REGISTRY: hub.docker.com REGISTRY: hub.docker.com
REPO: ${{ github.repository##*/ }} REPO: ${{ github.repository##*/ }}
run: | run: |
REPO2=${github.repository##*/}
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' ',')