From 28292591cbefab67b2c261f8c41a0345c41f2bc9 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 12 Sep 2024 08:03:01 -0400 Subject: [PATCH] CI/CD: Avoid caching of container build to get latest libtpms version Avoid caching of container builds to get latest libtpms version and therefore pass tests that depend on changes to libtpms. Signed-off-by: Stefan Berger --- .github/workflows/docker.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index ccfa6f920..5260ac9be 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -73,8 +73,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64 #platforms: linux/amd64,linux/arm/v7,linux/arm/v6 - cache-from: type=gha - cache-to: type=gha,mode=max + no-cache: true test: runs-on: ubuntu-latest