We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1511c23 commit 4b7ba33Copy full SHA for 4b7ba33
1 file changed
.github/workflows/release.yml
@@ -60,10 +60,11 @@ jobs:
60
- name: Setup dotnet
61
uses: actions/setup-dotnet@v3
62
with:
63
- dotnet-version: '8.*'
+ dotnet-version: '8.0'
64
65
# Build and push new docker image, skip for manual redeploy other than 'latest'
66
- name: Build and push Docker image
67
+ working-directory: ./MyApp
68
run: |
69
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
70
0 commit comments