Skip to content

Commit

Permalink
build: use correct docker tag when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
albx79 committed Feb 28, 2020
1 parent 388e909 commit 1ef6512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ git push origin "$NEW_VERSION" develop
cargo publish

#4. Publish to dockerhub
docker build . -t what-bump:"$NEW_VERSION"
docker build . -t albx79/what-bump:"$NEW_VERSION"
docker push albx79/what-bump:"$NEW_VERSION"

#5. Restore snapshot version
git checkout HEAD^ -- Cargo.toml Cargo.lock
git commit -a -m "chore: restore UNRELEASED version"
git push origin develop
git push origin develop

0 comments on commit 1ef6512

Please sign in to comment.