From bd19786ae23235cbee1fbad7ee54383dd8da40c5 Mon Sep 17 00:00:00 2001 From: chaitanyarai-deployaccount <147305573+chaitanyarai-deployaccount@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:14:17 +0530 Subject: [PATCH] add new image name in deploy.yaml --- automatic-deployment-CICD-template/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic-deployment-CICD-template/deploy.yaml b/automatic-deployment-CICD-template/deploy.yaml index 5f11ffaa..45b673a1 100644 --- a/automatic-deployment-CICD-template/deploy.yaml +++ b/automatic-deployment-CICD-template/deploy.yaml @@ -2,7 +2,7 @@ version: "2.0" services: service-1: - image: ghcr.io/akash-network/awesome-akash/consoleCICD:v1.0.0 + image: ghcr.io/akashnetwork/awesome-akash/consolecicd:v1 expose: - port: 3000 as: 80