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 ba25835 commit 6b8a2ebCopy full SHA for 6b8a2eb
.github/workflows/dotnet-deployment.yml
@@ -3,19 +3,21 @@
3
4
name: .NET
5
6
+env:
7
+ registryName: kqrfo3r42nm3umpnpreg.azurecr.io
8
+ repositoryName: techexcel/dotnetcoreapp
9
+ dockerFolderPath: ./src/Application/src/RazorPagesTestSample
10
+ tag: ${{ github.run_number }}
11
+
12
on:
13
push:
14
branches: ["main"]
15
paths: src/Application/**
16
pull_request:
17
18
-
-env:
- registryName: kqrfo3r42nm3umpnpreg.azurecr.io
- repositoryName: techexcel/dotnetcoreapp
- dockerFolderPath: ./src/Application/src/RazorPagesTestSample
- tag: ${{ github.run_number }}
19
+ # Allows you to run this workflow manually from the Actions tab
20
+ workflow_dispatch:
21
22
jobs:
23
build:
0 commit comments