ci: Disable provenance in docker build and push

To prevent tons of untagged images in GHCR.

See: https://github.com/docker/build-push-action/issues/894
pull/241/head
Robert Dailey 5 months ago
parent 261b39f2e3
commit 73235d10a6

@ -75,3 +75,6 @@ jobs:
platforms: linux/arm/v7,linux/arm64,linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# Added to prevent tons of untagged images in GHCR.
# See: https://github.com/docker/build-push-action/issues/894
provenance: false

Loading…
Cancel
Save