Skip to content

Commit

Permalink
Ci: use script during image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Stepin committed Jun 13, 2024
1 parent 572f4d3 commit 3fb16d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ VERSION=$(git describe --tags --always)
IMAGE_LATEST="stepin/git-parse-commits"
IMAGE="$IMAGE_LATEST:$VERSION"

./git-parse-commits.main.kts releaseVersion
./git-parse-commits.main.kts releaseNotes

cp git-parse-commits.main.kts git-parse-commits.main.kts.orig
sed "s/SNAPSHOT/$VERSION/g" git-parse-commits.main.kts.orig > git-parse-commits.main.kts

Expand Down

0 comments on commit 3fb16d4

Please sign in to comment.