Skip to content

Commit

Permalink
CI/CD: Avoid caching of container build to get latest libtpms version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stefanberger committed Sep 12, 2024
1 parent cc8591b commit 2829259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2829259

Please sign in to comment.