Compare commits
2 Commits
bf4bcebfb8
...
7dabcb71f8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7dabcb71f8 | ||
![]() |
001711487c |
@ -61,5 +61,5 @@ jobs:
|
||||
run: |
|
||||
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
|
||||
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)" ./
|
||||
docker push "git.disi.dev/$REPOSITORY_OWNER/song-of-the-day:$(cat $REPOSITORY_NAME/VERSION)"
|
||||
|
@ -4,9 +4,9 @@ WORKDIR /App
|
||||
# Copy everything
|
||||
COPY . ./
|
||||
# Restore as distinct layers
|
||||
RUN dotnet restore
|
||||
RUN dotnet restore --project ./song_of_the_day/song_of_the_day.csproj
|
||||
# Build and publish a release
|
||||
RUN dotnet publish -o out
|
||||
RUN dotnet publish --project ./song_of_the_day/song_of_the_day.csproj -o out
|
||||
|
||||
# Build runtime image
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:9.0
|
11
HISTORY.md
11
HISTORY.md
@ -5,11 +5,22 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Improve Docker build refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.1.18 (2025-04-15)
|
||||
-------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Remove broken Crontimer NuGet feed reference refs NOISSUE. [Simon
|
||||
Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.1.17 (2025-04-15)
|
||||
-------------------
|
||||
|
@ -1 +1 @@
|
||||
0.1.18
|
||||
0.1.19
|
||||
|
Loading…
x
Reference in New Issue
Block a user