diff --git a/.github/workflows/docker_dev.yml b/.github/workflows/docker_dev.yml index 9de7a133..c830917c 100755 --- a/.github/workflows/docker_dev.yml +++ b/.github/workflows/docker_dev.yml @@ -86,5 +86,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache - cache-to: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache,mode=max + # cache-from: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache + # cache-to: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache,mode=max