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

This commit is contained in:
Alex Shevchuk
2025-08-19 21:02:06 +03:00
parent 2450695cc7
commit 76aab2fc9b

View File

@@ -116,7 +116,8 @@ jobs:
run: | run: |
REPO_NAME=$(echo $REPO | cut -d'/' -f2) REPO_NAME=$(echo $REPO | cut -d'/' -f2)
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') 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