diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index e19ddd0..d863ccc 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -35,11 +35,11 @@ jobs: id: get_versions env: REGISTRY: hub.docker.com - REPO: test-deploy + REPO: test_deploy run: | TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name' | tr '\n' ',') - echo "version_options=latest,${TAGS%,}" >> $GITHUB_OUTPUT + echo "version_options=${TAGS%,}" >> $GITHUB_OUTPUT echo "Tags: $TAGS" echo "Version options: $version_options"