diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-02-01 13:15:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 13:15:42 +0100 |
commit | 1c335ac53a98c0f4f97a0ce5c8166cd2285c02ad (patch) | |
tree | ad1a4d55ec97a43d83f840d6b48e7c56a79a0c23 | |
parent | 9400bdbce54989e461848a78c4656b71ea847d44 (diff) |
Fix official docker images nto being compatible with some cloud providers (#23354)
See #23333 and https://github.com/docker/buildx/issues/1533
-rw-r--r-- | .github/workflows/build-image.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0c84b23b6..9962bbde6 100644 --- a/.github/workflows/build-image.yml +++ b/.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 }} |