Skip to content

Commit a1ec41c

Browse files
Merge pull request #214 from code-inflation/fix/docker-manifest-creation
fix: disable Docker build provenance to prevent manifest creation failure
2 parents 2edc5b2 + b20ebd4 commit a1ec41c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
platforms: linux/amd64
4343
push: false
44+
provenance: false
4445
tags: |
4546
cybuerg/cfspeedtest:${{ github.sha }}-amd64
4647
@@ -50,3 +51,4 @@ jobs:
5051
- uses: actions/checkout@v4
5152
- name: Build ARM64 Docker image
5253
run: docker build --platform linux/arm64 -t cybuerg/cfspeedtest:${{ github.sha }}-arm64 .
54+

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
platforms: linux/amd64
6464
push: true
65+
provenance: false
6566
tags: |
6667
cybuerg/cfspeedtest:${{ github.ref_name }}-amd64
6768
cybuerg/cfspeedtest:latest-amd64

0 commit comments

Comments
 (0)