develop #1
@@ -14,7 +14,7 @@ jobs:
|
||||
shell: sh
|
||||
env:
|
||||
REGISTRY: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu
|
||||
IMAGE_REPO: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/j.r/template-code-location
|
||||
IMAGE_REPO: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/dataprovider01/template-code-location
|
||||
K8S_NAMESPACE: dataprovider01
|
||||
HELM_RELEASE: dataprovider01-dataprovider-orchestration-platform
|
||||
DAGSTER_CHART_VERSION: 0.2.0
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Checkout repository (shell)
|
||||
run: |
|
||||
REPO_DIR="repo"
|
||||
REPO_CLONE_URL="https://gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/j.r/template-code-location.git"
|
||||
REPO_CLONE_URL="https://gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/dataprovider01/template-code-location.git"
|
||||
CLONE_USER="${{ secrets.REGISTRY_USERNAME }}"
|
||||
CLONE_PASS="${{ secrets.REGISTRY_PASSWORD }}"
|
||||
REF_NAME="${GITHUB_REF_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user