Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
b4fab0deee | |||
67472ac305 | |||
e797a7f995 | |||
13ac4debdb |
@@ -86,7 +86,8 @@ start() {
|
|||||||
echo "New version: $new_version"
|
echo "New version: $new_version"
|
||||||
|
|
||||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||||
git add song_of_the_day/VERSION HISTORY.md
|
git add song_of_the_day/VERSION
|
||||||
|
git add HISTORY.md
|
||||||
echo $new_version > song_of_the_day/VERSION
|
echo $new_version > song_of_the_day/VERSION
|
||||||
git commit -m "release: version $new_version 🚀"
|
git commit -m "release: version $new_version 🚀"
|
||||||
echo "creating git tag : $new_version"
|
echo "creating git tag : $new_version"
|
||||||
|
@@ -59,7 +59,7 @@ jobs:
|
|||||||
registry: git.disi.dev
|
registry: git.disi.dev
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
run: |
|
run: |
|
||||||
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
|
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
|
||||||
REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_')
|
REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_')
|
||||||
docker build -t "git.disi.dev/$REPOSITORY_OWNER/song-of-the-day:$(cat $REPOSITORY_NAME/VERSION)" ./song_of_the_day
|
docker build -t "git.disi.dev/$REPOSITORY_OWNER/song-of-the-day:$(cat $REPOSITORY_NAME/VERSION)" ./song_of_the_day
|
||||||
docker push "git.disi.dev/$REPOSITORY_OWNER/song-of-the-day:$(cat $REPOSITORY_NAME/VERSION)"
|
docker push "git.disi.dev/$REPOSITORY_OWNER/song-of-the-day:$(cat $REPOSITORY_NAME/VERSION)"
|
||||||
|
27
HISTORY.md
27
HISTORY.md
@@ -4,6 +4,33 @@ Changelog
|
|||||||
|
|
||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Repo casing refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.1.3 (2025-04-14)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
|
||||||
|
0.1.2 (2025-04-14)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
|
||||||
|
0.1.1 (2025-04-14)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Correct container repo path, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
0.1.0 (2025-04-14)
|
||||||
|
------------------
|
||||||
- Feat: add release workflow refs NOISSUE. [Simon Diesenreiter]
|
- Feat: add release workflow refs NOISSUE. [Simon Diesenreiter]
|
||||||
- Feat: initial working version of service refs NOISSUE. [Simon
|
- Feat: initial working version of service refs NOISSUE. [Simon
|
||||||
Diesenreiter]
|
Diesenreiter]
|
||||||
|
@@ -1 +1 @@
|
|||||||
0.1.0
|
0.1.4
|
||||||
|
Reference in New Issue
Block a user