From 19c15c9700f49d8e7be0b01612c3ee5ebf17dd39 Mon Sep 17 00:00:00 2001 From: SalkCoding Date: Thu, 12 Dec 2024 20:50:07 +0900 Subject: [PATCH] Action test --- .github/workflows/CD.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index d8c5365..ff2cd5e 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -29,7 +29,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64 push: true - tags: ${{ DOCKER_REPOSITORY }}/${{ DOCKER_IMAGE }} + tags: ${{ secrets.DOCKER_REPOSITORY }}/${{ secrets.DOCKER_IMAGE }} cache-from: type=gha # 여기서 gha 는 Guthub Actions 용 캐시를 의미합니다. cache-to: type=gha,mode=max