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