Fix the missing on trigger for AKS Kompose

This commit is contained in:
Bishal Prasad
2022-05-21 11:13:24 +05:30
committed by GitHub
parent 07ac6da026
commit 9f02725cf7
@@ -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 }}