Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 23, 2023
1 parent f15a478 commit 79a7cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
# Build and push new docker image, skip for manual redeploy other than 'latest'
- name: Build and push Docker image
working-directory: ./MyApp
run: |
dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=${{ env.TAG_NAME }} -p:ContainerPort=80
Expand Down

0 comments on commit 79a7cb1

Please sign in to comment.