disable default attestations

This commit is contained in:
Kristoffer
2023-10-13 18:02:10 +02:00
parent 23c8602a9f
commit 832b381732

View File

@@ -48,7 +48,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
- name: Log in to the Container registry
uses: docker/login-action@v2
with: