Skip to content

Commit

Permalink
add imag name to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jan 23, 2024
1 parent 9bb85f4 commit 31298b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
app-settings-json: |
[
{
{
"name": "DOCKER_CUSTOM_IMAGE_NAME",
"value": "${{ env.DOCKER_IMAGE_NAME }}:latest }}",
"slotSetting": false
},
{
"name": "DOCKER_REGISTRY_SERVER_URL",
"value": "https://ghcr.io",
"slotSetting": false
Expand Down

0 comments on commit 31298b2

Please sign in to comment.