Skip to content

Commit 90ccc30

Browse files
authored
Update dotnet.yml
create docker image and push to acr
1 parent 480b57e commit 90ccc30

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/dotnet.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

44
name: .NET CI
5-
5+
env:
6+
# Define your environment variables here
7+
registryName: v4i27qdighim4mpnpreg.azurecr.io
8+
repositoryName: techexcel/dotnetcoreapp
9+
dockerFolderPath: /src/Application/src/RazorPagesTestSample
10+
tag: github.run_number
11+
612
on:
713
push:
814
branches: [ main ]
@@ -16,14 +22,7 @@ jobs:
1622
build:
1723

1824
runs-on: ubuntu-latest
19-
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-
25+
2726
steps:
2827
- uses: actions/checkout@v3
2928
- name: Setup .NET

0 commit comments

Comments
 (0)