Skip to content

Commit

Permalink
Build docker image after updating debian/changelog so that the binary…
Browse files Browse the repository at this point in the history
… contains the correct release number
  • Loading branch information
andrewgdotcom committed Jun 26, 2022
1 parent 4bcebe6 commit b132aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.bash
Expand Up @@ -13,10 +13,10 @@ trap "git checkout debian/changelog" EXIT

gbp dch -s $PRIOR_RELEASE -S -N $RELEASE

docker build --no-cache -t docker.pkg.github.com/hockeypuck/hockeypuck/hockeypuck:$RELEASE .

git add debian/changelog
git commit -m "Release $RELEASE"

git tag -s $RELEASE -m "Release $RELEASE"

docker build --no-cache -t docker.pkg.github.com/hockeypuck/hockeypuck/hockeypuck:$RELEASE .

0 comments on commit b132aaa

Please sign in to comment.