Skip to content

Commit 1296436

Browse files
author
kennylong
committed
fix(workflow): remove unknown os/arch build packages
In the currently oci image relase github action page, there is a unknown/unknown manifest which is confused and useless. According to this PR docker/build-push-action#820, we could remove it. Signed-off-by: kennylong <kennylong@tencent.com>
1 parent bec95c4 commit 1296436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ghcr-image-build-and-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
context: .
6767
platforms: linux/amd64,linux/arm64
68+
provenance: false
6869
push: ${{ github.event_name != 'pull_request' }}
6970
tags: ${{ steps.meta.outputs.tags }}
7071
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)