From 205b2c7f2960f5163ca4437313aec9c2ce3bed6d Mon Sep 17 00:00:00 2001 From: ronilpatil Date: Fri, 17 May 2024 10:40:24 +0530 Subject: [PATCH] bug fixes in cicd --- .github/workflows/continuous_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_deployment.yaml b/.github/workflows/continuous_deployment.yaml index 7bc67ed..0833daa 100644 --- a/.github/workflows/continuous_deployment.yaml +++ b/.github/workflows/continuous_deployment.yaml @@ -2,7 +2,7 @@ name: continuous deployment on: workflow_run: - workflows: ['build & push img'] + workflows: ['build docker img'] types: - completed