Skip to content

Commit 4e38e9d

Browse files
Kare-Udony-young
andauthored
fix: unknown arch in ghcr.io image(#82)
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 <[email protected]>
1 parent e897913 commit 4e38e9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
uses: docker/build-push-action@v4
5959
with:
6060
context: .
61+
provenance: false
6162
platforms: ${{ matrix.platform }}
6263
labels: ${{ steps.meta.outputs.labels }}
6364
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

0 commit comments

Comments
 (0)