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 <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-09-12 08:03:01 -04:00 committed by Stefan Berger
parent cc8591ba93
commit 28292591cb

View File

@ -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