Skip to content

Commit 480b57e

Browse files
authored
Update dotnet.yml
1 parent 22f5bb5 commit 480b57e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717

1818
runs-on: ubuntu-latest
1919

20+
env:
21+
# Define your environment variables here
22+
registryName: v4i27qdighim4mpnpreg.azurecr.io
23+
repositoryName: techexcel/dotnetcoreapp
24+
dockerFolderPath: /src/Application/src/RazorPagesTestSample
25+
tag: github.run_number
26+
2027
steps:
2128
- uses: actions/checkout@v3
2229
- name: Setup .NET

0 commit comments

Comments
 (0)