From d71a8cf73be473b461e1c65094e3f9445a534c76 Mon Sep 17 00:00:00 2001 From: Marc Arnal <32915156+A-Marc@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:43:02 +0200 Subject: [PATCH] Update my-app.yaml --- my-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-app.yaml b/my-app.yaml index 12f7994..62debf9 100644 --- a/my-app.yaml +++ b/my-app.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: myapp - image: xzad/fastapi_test:latest + image: xzad/ci_cd_test:latest ports: - containerPort: 8000 ---