From 3715fc219443ca4d1a0498d36623c76c349f1d0d Mon Sep 17 00:00:00 2001 From: Raymond Date: Thu, 21 Dec 2023 01:48:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B0=ED=8F=AC=ED=99=98=EA=B2=BD=20?= =?UTF-8?q?=EC=9E=84=EC=8B=9C=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 4 ++-- k8s/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e8ecfe9..1c5fdc5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,8 +38,8 @@ jobs: with: push: true tags: | - ghcr.io/medici/catsnewyear-server:latest - ghcr.io/medici/catsnewyear-server:${{ github.sha }} + ghcr.io/medici-mansion/shinnyang-server:latest + ghcr.io/medici-mansion/shinnyang-server:${{ github.sha }} cache-from: type=gha cache-to: type=gha,mode=max deploy: diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 40ff6ac..692281a 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: catsnewyear - image: ghcr.io/medici/catsnewyear-server:latest + image: ghcr.io/medici-mansion/shinnyang-server resources: requests: memory: '256Mi'