From 27f515aee5e2b032ec0509a26b12ad5914063947 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Mon, 11 Dec 2023 07:39:19 +0300 Subject: [PATCH] ci(compliance): disable docker cache Actually nothing to cache here. --- .github/workflows/compliance.yml | 3 +-- dev/local/ch-compliance/docker-cache.json | 15 --------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 dev/local/ch-compliance/docker-cache.json diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index ad05c188..42c8dd90 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -54,9 +54,8 @@ jobs: go build -v ./cmd/oteldb - name: Build docker-compose - # Before the cache, it was "run: docker compose build". working-directory: dev/local/ch-compliance - run: docker buildx bake --file docker-compose.ci.yml --file docker-cache.json + run: docker buildx bake --file docker-compose.ci.yml - name: Start working-directory: dev/local/ch-compliance diff --git a/dev/local/ch-compliance/docker-cache.json b/dev/local/ch-compliance/docker-cache.json deleted file mode 100644 index e84d1564..00000000 --- a/dev/local/ch-compliance/docker-cache.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "target": { - "oteldb": { - "cache-from": [ - "type=registry,ref=ghcr.io/go-faster/oteldb:cache" - ], - "cache-to": [ - "type=registry,ref=ghcr.io/go-faster/oteldb:cache" - ], - "output": [ - "type=docker" - ] - } - } -} \ No newline at end of file