Skip to content

Commit

Permalink
Disable buildx attestations to avoid unknown/unknown arch in ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Mar 17, 2023
1 parent 1225e5c commit c4c18f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# disable unknown/unknown arch from showing up in ghcr.io
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

jobs:
buildx:
Expand Down

0 comments on commit c4c18f5

Please sign in to comment.