Skip to content

Commit

Permalink
feat(release): add latest automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Aug 27, 2019
1 parent 5e6e1ca commit 0ca79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
{
path: "@semantic-release/exec",
cmd: `docker tag fossapps/micro.starter:\`git rev-parse --short=4 ${process.env.TRAVIS_COMMIT}\` fossapps/micro.starter:\${nextRelease.version}`
}
},
{
path: "@semantic-release/exec",
cmd: `docker tag fossapps/micro.starter:\`git rev-parse --short=4 ${process.env.TRAVIS_COMMIT}\` fossapps/micro.starter:latest`
Expand Down

0 comments on commit 0ca79b7

Please sign in to comment.