Fix official docker images nto being compatible with some cloud providers (#23354)

See #23333 and https://github.com/docker/buildx/issues/1533
local
Claire 1 year ago committed by GitHub
parent 9400bdbce5
commit 1c335ac53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-image.yml

@ -46,6 +46,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
provenance: false
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}

Loading…
Cancel
Save