From c3579cc1eb32708649d4f3b20371dad7678ff0f5 Mon Sep 17 00:00:00 2001 From: cabbage556 Date: Fri, 31 Mar 2023 14:04:18 +0900 Subject: [PATCH] =?UTF-8?q?release:=20=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83?= =?UTF-8?q?=20API=20=EC=88=98=EC=A0=95=20=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-#3 --- cloudbuild.yaml | 2 +- docker-compose.prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 7e8d331..3f96196 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -16,7 +16,7 @@ steps: - set - image - deployment/groomeong-backend - - backend-sha256-1=asia.gcr.io/project-groomeong/backend:1.6 + - backend-sha256-1=asia.gcr.io/project-groomeong/backend:1.7 env: - CLOUDSDK_COMPUTE_ZONE=asia-northeast3 - CLOUDSDK_CONTAINER_CLUSTER=autopilot-cluster-5 diff --git a/docker-compose.prod.yaml b/docker-compose.prod.yaml index e822bfd..44f327e 100644 --- a/docker-compose.prod.yaml +++ b/docker-compose.prod.yaml @@ -2,7 +2,7 @@ version: '3.7' services: my-backend: - image: asia.gcr.io/project-groomeong/backend:1.6 + image: asia.gcr.io/project-groomeong/backend:1.7 platform: linux/x86_64 build: context: .