diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4304e72d0..ae173a2bf 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -35,7 +35,5 @@ jobs: file: ./apps/web/Dockerfile platforms: linux/amd64 push: true - cache-from: type=gha - cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}