Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Nov 11, 2023
1 parent 6db7d15 commit e19f19d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
cd ..
cd ./backend
docker build -t servergardens/magic-backend:${{ steps.get_version.outputs.VERSION }} -f ./Dockerfile .
docker push servergardens/magic-backend:${{ steps.get_version.outputs.VERSION }}
dotnet remove reference magic.lambda.system
docker build -t servergardens/magic-backend:min-${{ steps.get_version.outputs.VERSION }} -f ./Dockerfile .
docker push servergardens/magic-backend:min-${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit e19f19d

Please sign in to comment.