Compare commits

1 Commits
0.1.4 ... 0.1.1

Author SHA1 Message Date
fe27248107 release: version 0.1.1 🚀
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been cancelled
CI / linter (9.0.X, ubuntu-latest) (push) Has been cancelled
Upload Python Package / deploy (push) Has been cancelled
Upload Python Package / Create Release (push) Has been cancelled
2025-04-14 22:38:50 +02:00
3 changed files with 2 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ jobs:
registry: git.disi.dev
- name: Build and publish
run: |
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
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 push "git.disi.dev/$REPOSITORY_OWNER/song-of-the-day:$(cat $REPOSITORY_NAME/VERSION)"

View File

@@ -5,29 +5,10 @@ Changelog
(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)
------------------

View File

@@ -1 +1 @@
0.1.3
0.1.0