From e2aa3c5301c1bab888043fb99840c459b8fb1722 Mon Sep 17 00:00:00 2001 From: kyy Date: Wed, 21 Jan 2026 16:22:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=BB=A8?= =?UTF-8?q?=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build_RC.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_RC.yml b/.gitea/workflows/build_RC.yml index c7517f90..8fdb05c3 100644 --- a/.gitea/workflows/build_RC.yml +++ b/.gitea/workflows/build_RC.yml @@ -79,7 +79,7 @@ jobs: - name: Build and push backend RC image uses: docker/build-push-action@v5 with: - context: . + context: ./backend file: ./backend/Dockerfile push: true tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/backend:${{ steps.rc_calculator.outputs.new_rc_tag }} @@ -92,7 +92,7 @@ jobs: - name: Build and push frontend RC image uses: docker/build-push-action@v5 with: - context: . + context: ./frontend file: ./frontend/Dockerfile push: true tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/frontend:${{ steps.rc_calculator.outputs.new_rc_tag }}