Skip to content

Commit

Permalink
Merge branch 'fix/missing-manifest-error' into 'v3'
Browse files Browse the repository at this point in the history
disable provenance when building images.

See merge request anders/ci-configuration!374
  • Loading branch information
AnttiRae committed Jan 26, 2024
2 parents 5526f09 + 2b2550a commit 25f8ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kolga/libs/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def build_stage(
"docker",
"buildx",
"build",
"--provenance=false",
f"--file={self.dockerfile.absolute()}",
f"--target={stage}",
"--progress=plain",
Expand Down

0 comments on commit 25f8ed8

Please sign in to comment.