diff --git a/.github/workflows/update-theme-submodule.yaml b/.github/workflows/update-theme-submodule.yaml index a1d83bc..32c9d55 100644 --- a/.github/workflows/update-theme-submodule.yaml +++ b/.github/workflows/update-theme-submodule.yaml @@ -24,6 +24,7 @@ jobs: - name: Deploy to Azure Web App uses: azure/webapps-deploy@v2 with: - app-name: ${{ secrets.AZURE_WEBAPP_NAME }} + app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} + images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}' package: . # Deploy the updated repository \ No newline at end of file