diff --git a/.gitea/workflows/deploy_trigger.yaml b/.gitea/workflows/deploy_trigger.yaml index a9adf81..706ea71 100644 --- a/.gitea/workflows/deploy_trigger.yaml +++ b/.gitea/workflows/deploy_trigger.yaml @@ -30,9 +30,11 @@ jobs: id: get_versions env: REGISTRY: hub.docker.com - REPO: ${{ github.repository##*/ }} + REPO: ${{ github.repository }} run: | + REPO2=$(echo $REPO | cut -d'/' -f2) 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' ',')