Skip to content

Commit

Permalink
Add provenance:false to prevent unknown archs
Browse files Browse the repository at this point in the history
Even if everything is working as expected, for each run an additional image
related to an "unknow" architecture is created. This, extracted from [1],
should avoid this.

[1] docker/build-push-action#820
  • Loading branch information
rascasoft committed Nov 2, 2023
1 parent 23ba15e commit 0890dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
# Check https://github.com/docker/build-push-action/issues/820
provenance: false
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/mmul-it/kpa-marp-pandoc:latest
Expand Down

0 comments on commit 0890dbe

Please sign in to comment.