Merge pull request 'develop' (#1) from develop into main
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-06-12 07:25:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
shell: sh shell: sh
env: env:
REGISTRY: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu 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 K8S_NAMESPACE: dataprovider01
HELM_RELEASE: dataprovider01-dataprovider-orchestration-platform HELM_RELEASE: dataprovider01-dataprovider-orchestration-platform
DAGSTER_CHART_VERSION: 0.2.0 DAGSTER_CHART_VERSION: 0.2.0
@@ -22,7 +22,7 @@ jobs:
- name: Checkout repository (shell) - name: Checkout repository (shell)
run: | run: |
REPO_DIR="repo" 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_USER="${{ secrets.REGISTRY_USERNAME }}"
CLONE_PASS="${{ secrets.REGISTRY_PASSWORD }}" CLONE_PASS="${{ secrets.REGISTRY_PASSWORD }}"
REF_NAME="${GITHUB_REF_NAME}" REF_NAME="${GITHUB_REF_NAME}"

View File

@@ -6,7 +6,7 @@ from template_code_location.jobs.jobs import data_processing_job
defs = Definitions( defs = Definitions(
jobs=[ jobs=[
data_processing_job
], ],
sensors=[], sensors=[],
resources={"s3": s3_resource.configured({"resource_name": "selfS3"})}, resources={"s3": s3_resource.configured({"resource_name": "selfS3"})},