From 1671c49eafcdce51b1e4de231b493f0e7a793422 Mon Sep 17 00:00:00 2001 From: TaeyeonRoyce Date: Mon, 5 Aug 2024 18:04:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Docker=20image=20cache=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-prod.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 63d47aa1..80dd8d2e 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -55,8 +55,6 @@ jobs: push: true tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:${{ env.VERSION }} - cache-from: type=registry,ref=${{ secrets.DOCKERHUB_REPOSITORY }}:cache - cache-to: type=registry,ref=${{ secrets.DOCKERHUB_REPOSITORY }}:cache,mode=max - name: Deploy uses: appleboy/ssh-action@master