53 это Санкт Петербург
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 20:51:57 +03:00
parent 96bcf17c41
commit 7b2922d48d

View File

@@ -116,7 +116,7 @@ jobs:
run: | run: |
REPO_NAME=$(echo $REPO | cut -d'/' -f2) REPO_NAME=$(echo $REPO | cut -d'/' -f2)
export APP_BUILD_DATE=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO_NAME/tags?page_size=100" | jq -r '.results[] | select(.name == '$VERSION') | .tag_last_pushed') export APP_BUILD_DATE=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO_NAME/tags?page_size=100" | jq -r '.results[] | select(.name == '$(VERSION)') | .tag_last_pushed')
echo "APP_BUILD_DATE=$APP_BUILD_DATE" echo "APP_BUILD_DATE=$APP_BUILD_DATE"
envsubst < docker-compose.staging.yaml > docker-compose.runtime.yaml envsubst < docker-compose.staging.yaml > docker-compose.runtime.yaml