52 это Санкт Петербург
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:
@@ -34,6 +34,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Extract Git metadata
|
||||
if: ${{ inputs.version == 'new' }}
|
||||
id: git-metadata
|
||||
run: |
|
||||
echo "GIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
@@ -85,7 +86,7 @@ jobs:
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
DOCKER_CERT_PATH: /tmp/swarm-certs
|
||||
|
||||
VERSION: ${{ inputs.version }}
|
||||
VERSION: ${{ inputs.version == 'new' && 'latest' || inputs.version }}
|
||||
|
||||
KEYCLOAK_BASE_URL: ${{ secrets.KEYCLOAK_BASE_URL }}
|
||||
KEYCLOAK_REALM: ${{ secrets.KEYCLOAK_REALM }}
|
||||
|
Reference in New Issue
Block a user