Build docker image after updating debian/changelog so that the binary contains the correct release number
This commit is contained in:
parent
4bcebe63f5
commit
b132aaabfb
@ -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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user