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:33:43 +03:00
parent c804e806a7
commit 89be1fe146

View File

@@ -30,10 +30,8 @@ jobs:
id: get_versions
env:
REGISTRY: hub.docker.com
REPO: ${{ github.repository }}
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
@@ -42,7 +40,7 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT_TOKEN }}
repository: ${{ github.repository }}
repository: ${{ github.repository_name }}
event-type: deploy-request
client-payload: |
{