53 это Санкт Петербург
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
This commit is contained in:
@@ -116,7 +116,7 @@ jobs:
|
||||
run: |
|
||||
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"
|
||||
|
||||
envsubst < docker-compose.staging.yaml > docker-compose.runtime.yaml
|
||||
|
Reference in New Issue
Block a user