[SIMPL-30451] Point image references at the project registry path
The GitLab project lives at simpl-open/data/supporting-data-services/distributed-execution/distributed-execution, so CI_REGISTRY_IMAGE ends in the project name twice. The pipeline pushes to CI_REGISTRY_IMAGE and nowhere else, so the earlier one-segment path named an image nobody builds - the same mismatch that field-level-pseudo-anonymisation and dataframe-level-anonymisation carry today. Changelog: fixed
This commit is contained in:
@@ -38,7 +38,8 @@ PAYLOAD_SCRIPT = os.environ.get("PIPES_PAYLOAD_SCRIPT", str(_REPO_ROOT / "payloa
|
||||
|
||||
PAYLOAD_IMAGE = os.environ.get(
|
||||
"PIPES_PAYLOAD_IMAGE",
|
||||
"code.europa.eu:4567/simpl/simpl-open/data/supporting-data-services/distributed-execution/payload:0.1.0",
|
||||
"code.europa.eu:4567/simpl/simpl-open/data/supporting-data-services"
|
||||
"/distributed-execution/distributed-execution/payload:0.0.1",
|
||||
)
|
||||
PAYLOAD_NAMESPACE = os.environ.get("PIPES_PAYLOAD_NAMESPACE", "dagster")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user