We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580765f commit 0daaac3Copy full SHA for 0daaac3
.github/workflows/dotnet.yml
@@ -12,10 +12,10 @@ on:
12
paths:
13
- src/Application/**
14
15
-defaults:
16
- run:
17
- shell: bash
18
- working-directory: ./src/Application/src/RazorPagesTestSample
+# defaults:
+# run:
+# shell: bash
+# working-directory: ./src/Application/src/RazorPagesTestSample
19
20
permissions:
21
id-token: write
@@ -61,7 +61,7 @@ jobs:
61
- name: Build and push container image to registry
62
uses: docker/build-push-action@v2
63
with:
64
- context: .
+ context: ./src/Application/src/RazorPagesTestSample
65
push: true
66
tags: ${{ env.ACR_NAME }}/${{ env.CONTAINER_NAME }}:${{ env.TAG_NAME }}
67
- file: ./Dockerfile
+ file: ./src/Application/src/RazorPagesTestSample/Dockerfile
0 commit comments