Skip to content

Commit

Permalink
fix(ci): name of image
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Aug 24, 2019
1 parent 3ae4c32 commit d0b1cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
prepare: [
{
path: "@semantic-release/exec",
cmd: "docker tag fossapps/handlebar-templates:latest fossapps/handlebar-templates:${nextRelease.version}"
cmd: "docker tag fossapps/pr-label-enforcer:latest fossapps/pr-label-enforcer:${nextRelease.version}"
},
{
path: "@semantic-release/exec",
Expand All @@ -46,11 +46,11 @@ module.exports = {
publish: [
{
path: "@semantic-release/exec",
cmd: "docker push fossapps/handlebar-templates"
cmd: "docker push fossapps/pr-label-enforcer"
},
{
path: "@semantic-release/exec",
cmd: "docker push fossapps/handlebar-templates:${nextRelease.version}"
cmd: "docker push fossapps/pr-label-enforcer:${nextRelease.version}"
},
{
path: "@semantic-release/exec",
Expand Down

0 comments on commit d0b1cf2

Please sign in to comment.