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

See #23333 and https://github.com/docker/buildx/issues/1533
This commit is contained in:
Claire 2023-02-01 13:15:42 +01:00 committed by GitHub
parent 9400bdbce5
commit 1c335ac53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}