From 434c9e743155dc241160a563f653c2c28f405827 Mon Sep 17 00:00:00 2001 From: Tarhone <38377034+tianputao@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:24:29 +0800 Subject: [PATCH] Update build-and-deploy.yaml --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 5d71253..d43fca6 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -116,4 +116,4 @@ jobs: containerRegistry=${{ env.REGISTRY }} \ containerRegistryUsername=${{ github.actor }} \ containerRegistryPassword=${{ secrets.GITHUB_TOKEN }} \ - deployApim=false + deployApim=true