mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-08 20:53:34 +00:00
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:
parent
cc8591ba93
commit
28292591cb
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user