From c81b0ee290593ee8a81b0cd01dc3d859e6f17d03 Mon Sep 17 00:00:00 2001 From: Soeun Uhm Date: Thu, 11 Jan 2024 19:19:37 +0900 Subject: [PATCH] =?UTF-8?q?:zap:=20github=20actions=20=EC=9A=A9=20?= =?UTF-8?q?=EC=BA=90=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 33e79c0..b183f61 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -61,8 +61,12 @@ jobs: file: ./Dockerfile push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:latest - cache-from: type=gha # 여기서 gha 는 GitHub Actions 용 캐시를 의미 - cache-to: type=gha,mode=max + + - name: Save state + run: echo "{name}={value}" >> $GITHUB_STATE + + - name: Set output + run: echo "{name}={value}" >> $GITHUB_OUTPUT # EC2 인스턴스 접속 및 애플리케이션 실행 -