Skip to content

Commit

Permalink
chore(docker): add step to publish docker images to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara committed Aug 16, 2022
1 parent 24d7a74 commit 7127c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugins:
- publishCmd: |
export CI_COMMIT_TAG="true"
sbt ci-release
sbt 'set ThisBuild / version := "${nextRelease.version}"' docker:publish
- - '@semantic-release/git'
- assets:
- CHANGELOG.md
Expand Down

0 comments on commit 7127c21

Please sign in to comment.