Skip to content

Commit

Permalink
fix docker manifest issue with ghcr (#2116)
Browse files Browse the repository at this point in the history
ghcr doesn't support the new manifests. Must set provenance to false.
see docker/build-push-action#778
  • Loading branch information
mregen committed Apr 11, 2023
1 parent 67fd91c commit 8851b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./Applications/ConsoleReferenceServer/Dockerfile
labels: ${{ steps.meta.outputs.labels }}
provenance: false
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 8851b04

Please sign in to comment.