From dece1348d849c03da46b5b5715278b146c48966e Mon Sep 17 00:00:00 2001 From: Evan Palmer Date: Thu, 15 Aug 2024 11:37:40 -0700 Subject: [PATCH] Remove accidental commit to main --- .github/workflows/docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1a1851b..75bdef2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -184,5 +184,3 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} push: ${{ env.PUSH }} - cache-from: type=gha - cache-to: type=gha,mode=max