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 c8babc7 commit f3fb462Copy full SHA for f3fb462
.github/workflows/workflow.yaml
@@ -78,6 +78,7 @@ jobs:
78
env:
79
CONTAINER_REGISTRY_SERVER_URL_DEV: "dkumlin-demo.azurecr.io"
80
IMAGE_NAME_DEV: "dkumlin-demo-image"
81
+ WEB_APP: "dkumlin-demo-web-app"
82
steps:
83
- name: Login to Azure CLI
84
uses: azure/login@v1
@@ -87,5 +88,5 @@ jobs:
87
88
- name: Deploy to Azure Web App
89
uses: azure/webapps-deploy@v2
90
with:
- app-name: "dkumlin-demo-webapp"
91
+ app-name: env.WEB_APP
92
images: "${{ env.CONTAINER_REGISTRY_SERVER_URL_DEV }}/${{ env.IMAGE_NAME_DEV }}:latest"
0 commit comments