Skip to content

Commit

Permalink
fix: Docker image cache 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Aug 5, 2024
1 parent 4c86d7d commit 1671c49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1671c49

Please sign in to comment.