File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
- ' *'
12
12
workflow_dispatch :
13
13
env :
14
- IMAGE_SERVER : ds-pipelines-api-server
15
- IMAGE_UI : ds-pipelines-frontend
16
- IMAGE_CACHE : ds-pipelines-cacheserver
17
- IMAGE_PA : ds-pipelines-persistenceagent
18
- IMAGE_SWF : ds-pipelines-scheduledworkflow
19
- IMAGE_VC : ds-pipelines-viewercontroller
20
- IMAGE_ARTIFACT : ds-pipelines-artifact-manager
21
- IMAGE_MLMD_WRITER : ds-pipelines-metadata-writer
22
- IMAGE_MLMD_ENVOY : ds-pipelines-metadata-envoy
23
- IMAGE_MLMD_GRPC : ds-pipelines-metadata-grpc
14
+ IMAGE_SERVER : quay.io/opendatahub/ ds-pipelines-api-server
15
+ IMAGE_UI : quay.io/opendatahub/ ds-pipelines-frontend
16
+ IMAGE_CACHE : quay.io/opendatahub/ ds-pipelines-cacheserver
17
+ IMAGE_PA : quay.io/opendatahub/ ds-pipelines-persistenceagent
18
+ IMAGE_SWF : quay.io/opendatahub/ ds-pipelines-scheduledworkflow
19
+ IMAGE_VC : quay.io/opendatahub/ ds-pipelines-viewercontroller
20
+ IMAGE_ARTIFACT : quay.io/opendatahub/ ds-pipelines-artifact-manager
21
+ IMAGE_MLMD_WRITER : quay.io/opendatahub/ ds-pipelines-metadata-writer
22
+ IMAGE_MLMD_ENVOY : quay.io/opendatahub/ ds-pipelines-metadata-envoy
23
+ IMAGE_MLMD_GRPC : quay.io/opendatahub/ ds-pipelines-metadata-grpc
24
24
jobs :
25
25
copy-tag-to-quay :
26
26
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments