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 1c2682d commit 3cea0ccCopy full SHA for 3cea0cc
.github/workflows/deploy-staging.yml
@@ -4,6 +4,19 @@ on:
4
pull_request:
5
types: [labeled]
6
7
+env:
8
+ DOCKER_IMAGE_NAME: larsbj-azure-ttt
9
+ IMAGE_REGISTRY_URL: docker.pkg.github.com
10
+ #################################################
11
+ ### USER PROVIDED VALUES ARE REQUIRED BELOW ###
12
13
14
+ ### REPLACE USERNAME WITH GH USERNAME ###
15
+ AZURE_WEBAPP_NAME: larsbj-ttt-app
16
17
+
18
jobs:
19
build:
20
runs-on: ubuntu-latest
21
22
+ if: contains(github.event.pull_request.labels.*.name, 'stage')
0 commit comments