From 3dbedf3561c7c703cb20571724bfbf5aef5eb190 Mon Sep 17 00:00:00 2001 From: lsh9672 Date: Fri, 13 Jun 2025 10:51:14 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20member=20git=20action=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/member-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/member-ci.yml b/.github/workflows/member-ci.yml index 52f06d1..78339de 100644 --- a/.github/workflows/member-ci.yml +++ b/.github/workflows/member-ci.yml @@ -1,4 +1,4 @@ -name: Analytics CI +name: Member CI on: push: @@ -84,7 +84,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ./analytics/Dockerfile + file: ./member/Dockerfile platforms: linux/amd64 push: true tags: |