We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ce405 commit 467d772Copy full SHA for 467d772
1 file changed
.github/workflows/docker-publish-ghcr.yml
@@ -6,6 +6,7 @@ on:
6
env:
7
REGISTRY: ghcr.io
8
IMAGE_NAME: sayedimac/docker-app
9
+ APPNAME: jaz204grid
10
11
jobs:
12
build:
@@ -63,6 +64,6 @@ jobs:
63
64
- name: Deploy to Azure Web App
65
uses: azure/webapps-deploy@v2
66
with:
- app-name: your-app-name
67
+ app-name: ${{ env.APPNAME }}
68
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
69
images: ghcr.io/sayedimac/docker-app
0 commit comments