Skip to content

Commit

Permalink
ci(compliance): disable docker cache
Browse files Browse the repository at this point in the history
Actually nothing to cache here.
  • Loading branch information
ernado committed Dec 11, 2023
1 parent 4984414 commit 27f515a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 0 additions & 15 deletions dev/local/ch-compliance/docker-cache.json

This file was deleted.

0 comments on commit 27f515a

Please sign in to comment.