Skip to content

Commit

Permalink
build: mark provenance: false as suggested via docker/build-push-acti…
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnjolitz committed Dec 17, 2024
1 parent be7f747 commit 1f763c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
name: Buildroot
uses: docker/build-push-action@v6
with:
provenance: false
platforms: |
linux/amd64
linux/arm64/v8
Expand All @@ -97,6 +98,7 @@ jobs:
name: distroless
uses: docker/build-push-action@v6
with:
provenance: false
platforms: |
linux/amd64
linux/arm64/v8
Expand Down Expand Up @@ -141,6 +143,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
provenance: false
platforms: |
linux/amd64
linux/arm64/v8
Expand Down Expand Up @@ -168,6 +171,7 @@ jobs:
with:
push: true
context: "."
provenance: false
platforms: |
linux/amd64
linux/arm64/v8
Expand Down Expand Up @@ -204,6 +208,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: "examples/simple-flask"
provenance: false
platforms: |
linux/amd64
linux/arm64/v8
Expand Down

0 comments on commit 1f763c3

Please sign in to comment.