Change pre-caned step

Fix issue https://github.com/rancher/rancher/issues/12764
This commit is contained in:
Aaron 2018-05-02 18:14:38 +08:00
parent 095600d5ce
commit 8204d95ac8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let precanStages = ()=> [{
"publishImageConfig": {
"dockerfilePath": "./Dockerfile",
"buildContext": ".",
"tag": "pipeline/build:${CICD_PIPELINE_ID}"
"tag": "pipeline/build:${CICD_EXECUTION_SEQUENCE}"
}
}]
}];