Skip to content

Commit

Permalink
fix: unknown arch in ghcr.io image(#82)
Browse files Browse the repository at this point in the history
Docker added additional provenance metadata in the image, but ghcr.io expects it to be OCI format.
Currently GitHub is incompatible with the new format, hence we'll temporarily disable this feature.

Co-authored-by: Googleplex <yyoung2001@gmail.com>
  • Loading branch information
Kare-Udon and y-young committed Aug 8, 2023
1 parent e897913 commit 4e38e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
provenance: false
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 4e38e9d

Please sign in to comment.