From e2001d0f66c322fa4c11bdba88fba3752e11b18d Mon Sep 17 00:00:00 2001 From: ImKunYoung Date: Thu, 30 Nov 2023 13:42:40 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"[=EB=B2=84=EA=B7=B8=ED=94=BD=EC=8A=A4?= =?UTF-8?q?]=20ghcr=20=EA=B2=BD=EB=A1=9C=20=EA=B2=B0=ED=95=A8=20(#494)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8e7d6d9ea04737abdb8d915d8dd614d8e64acab7. --- .github/workflows/liberty-auth-service-cd.yaml | 2 +- .github/workflows/liberty-main-service-cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/liberty-auth-service-cd.yaml b/.github/workflows/liberty-auth-service-cd.yaml index 5951f870..e7d343f9 100644 --- a/.github/workflows/liberty-auth-service-cd.yaml +++ b/.github/workflows/liberty-auth-service-cd.yaml @@ -8,7 +8,7 @@ on: env: REGISTRY: ghcr.io - REPO_NAME: Liberty52/liberty52-auth-server + REPO_NAME: liberty52/liberty52-auth-server DOCKERFILE: liberty52-auth-service.Dockerfile MANIFEST_PATH: kubernetes-manifests/auth-server/auth-server.yaml GIT_EMAIL: github-action-bot@example.com diff --git a/.github/workflows/liberty-main-service-cd.yml b/.github/workflows/liberty-main-service-cd.yml index 6fdba165..8b87961f 100644 --- a/.github/workflows/liberty-main-service-cd.yml +++ b/.github/workflows/liberty-main-service-cd.yml @@ -8,7 +8,7 @@ on: env: REGISTRY: ghcr.io - REPO_NAME: Liberty52/liberty52-product-server + REPO_NAME: liberty52/liberty52-product-server DOCKERFILE: liberty52-main-service.Dockerfile MANIFEST_PATH: kubernetes-manifests/product-server/product-server.yaml GIT_EMAIL: github-action-bot@example.com