1
0
mirror of synced 2025-04-18 12:24:02 +03:00

Build docker image after updating debian/changelog so that the binary contains the correct release number

This commit is contained in:
Andrew Gallagher 2022-06-26 12:26:47 +01:00
parent 4bcebe63f5
commit b132aaabfb
No known key found for this signature in database
GPG Key ID: 5C1EC404D5906629

View File

@ -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 .