[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:
@@ -28,7 +28,9 @@ dagster:
|
||||
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: code.europa.eu:4567/simpl/simpl-open/data/supporting-data-services/distributed-execution
|
||||
# $CI_REGISTRY_IMAGE for this project - the pipeline pushes here, so anything
|
||||
# else is a reference to an image nobody builds.
|
||||
repository: code.europa.eu:4567/simpl/simpl-open/data/supporting-data-services/distributed-execution/distributed-execution
|
||||
tag: 0.0.0 # DO NOT CHANGE - replaced automatically by the pipeline before releasing
|
||||
|
||||
port: 4000
|
||||
|
||||
Reference in New Issue
Block a user