Skip to content

Commit 0daaac3

Browse files
committed
⚾ Wed Oct 23 16:56:05 UTC 2024
1 parent 580765f commit 0daaac3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212
paths:
1313
- src/Application/**
1414

15-
defaults:
16-
run:
17-
shell: bash
18-
working-directory: ./src/Application/src/RazorPagesTestSample
15+
# defaults:
16+
# run:
17+
# shell: bash
18+
# working-directory: ./src/Application/src/RazorPagesTestSample
1919

2020
permissions:
2121
id-token: write
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build and push container image to registry
6262
uses: docker/build-push-action@v2
6363
with:
64-
context: .
64+
context: ./src/Application/src/RazorPagesTestSample
6565
push: true
6666
tags: ${{ env.ACR_NAME }}/${{ env.CONTAINER_NAME }}:${{ env.TAG_NAME }}
67-
file: ./Dockerfile
67+
file: ./src/Application/src/RazorPagesTestSample/Dockerfile

0 commit comments

Comments
 (0)