mirror of https://github.com/rancher/ui.git
Change pre-caned step
Fix issue https://github.com/rancher/rancher/issues/12764
This commit is contained in:
parent
095600d5ce
commit
8204d95ac8
|
|
@ -16,7 +16,7 @@ let precanStages = ()=> [{
|
|||
"publishImageConfig": {
|
||||
"dockerfilePath": "./Dockerfile",
|
||||
"buildContext": ".",
|
||||
"tag": "pipeline/build:${CICD_PIPELINE_ID}"
|
||||
"tag": "pipeline/build:${CICD_EXECUTION_SEQUENCE}"
|
||||
}
|
||||
}]
|
||||
}];
|
||||
|
|
|
|||
Loading…
Reference in New Issue