Skip to content

Commit 6f679a2

Browse files
committed
unmix zone pivot
1 parent a30fc52 commit 6f679a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/app-service/deploy-container-github-action.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,10 @@ To deploy your image to a custom container in App Service, use the `azure/webapp
304304
| **configuration-file** | (Optional) Applies to Web App Containers only: Path of the Docker-Compose file. Should be a fully qualified path or relative to the default working directory. Required for multi-container apps. |
305305
| **startup-command** | (Optional) Enter the start-up command. For ex. dotnet run or dotnet filename.dll |
306306

307+
::: zone pivot="github-actions-containers-linux"
308+
307309
# [Publish profile](#tab/publish-profile)
308310

309-
::: zone pivot="github-actions-containers-linux"
310311

311312
```yaml
312313
name: Linux Container Node Workflow
@@ -424,6 +425,8 @@ jobs:
424425

425426
::: zone pivot="github-actions-containers-windows"
426427

428+
# [Publish profile](#tab/publish-profile)
429+
427430
```yaml
428431
name: Windows_Container_Workflow
429432

0 commit comments

Comments
 (0)