Merge pull request #1579 from actions/bishal-pdMSFT-patch-1

Fix the missing `on` trigger for AKS Kompose
This commit is contained in:
Sampark Sharma
2022-05-25 11:08:23 +05:30
committed by GitHub
@@ -31,6 +31,12 @@
name: Build and deploy an app to AKS with Kompose
on:
push:
branches:
- $default-branch
workflow_dispatch:
env:
AZURE_CONTAINER_REGISTRY: "your-azure-container-registry"
CONTAINER_NAME: "your-container-name"
@@ -148,4 +154,4 @@ jobs:
images: |
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_NAME }}:${{ github.sha }}
imagepullsecrets: |
${{ env.IMAGE_PULL_SECRET_NAME }}
${{ env.IMAGE_PULL_SECRET_NAME }}