ci(docker): set provenance=false when building image

This should avoid issue described in https://github.com/docker/build-push-action/issues/820.

Refs #5815
This commit is contained in:
Vladimír Gorej
2023-06-01 18:10:11 +02:00
committed by GitHub
parent f73b38b0ba
commit 56838ede26

View File

@@ -57,6 +57,7 @@ jobs:
with:
context: .
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest