Skip to content

Commit

Permalink
fix(workflow): remove unknown os/arch build packages
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kennylong committed Jul 30, 2024
1 parent bec95c4 commit 1296436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ghcr-image-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
provenance: false
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1296436

Please sign in to comment.