Skip to content

Commit 4b7ba33

Browse files
authored
Update release.yml
1 parent 1511c23 commit 4b7ba33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
- name: Setup dotnet
6161
uses: actions/setup-dotnet@v3
6262
with:
63-
dotnet-version: '8.*'
63+
dotnet-version: '8.0'
6464

6565
# Build and push new docker image, skip for manual redeploy other than 'latest'
6666
- name: Build and push Docker image
67+
working-directory: ./MyApp
6768
run: |
6869
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
6970

0 commit comments

Comments
 (0)