File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,19 @@ module.exports = {
4646 path : "@semantic-release/exec" ,
4747 cmd : `docker tag fossapps/micro.starter:\`git rev-parse --short=4 ${ process . env . TRAVIS_COMMIT } \` fossapps/micro.starter:\${nextRelease.version}`
4848 }
49+ {
50+ path : "@semantic-release/exec" ,
51+ cmd : `docker tag fossapps/micro.starter:\`git rev-parse --short=4 ${ process . env . TRAVIS_COMMIT } \` fossapps/micro.starter:latest`
52+ }
4953 ] ,
5054 publish : [
5155 {
5256 path : "@semantic-release/exec" ,
53- cmd : "docker push fossapps/micro.starter"
57+ cmd : "docker push fossapps/micro.starter:${nextRelease.version} "
5458 } ,
5559 {
5660 path : "@semantic-release/exec" ,
57- cmd : "docker push fossapps/micro.starter:${nextRelease.version} "
61+ cmd : "docker push fossapps/micro.starter:latest "
5862 } ,
5963 "@semantic-release/github"
6064 ]
You can’t perform that action at this time.
0 commit comments