From 8159d6ccb7dc99f5203eaa5d8c5c1da9b373f4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 10 Feb 2025 16:24:11 +0100 Subject: [PATCH] FIXUP: Update the default provenance workflow --- dangerzone/updater/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/updater/cli.py b/dangerzone/updater/cli.py index ba90612..787f554 100644 --- a/dangerzone/updater/cli.py +++ b/dangerzone/updater/cli.py @@ -121,7 +121,7 @@ def get_manifest(image: str) -> None: ) @click.option( "--workflow", - default=".github/workflows/multi_arch_build.yml", + default=".github/workflows/release-container-image.yml", help="The path of the GitHub actions workflow this image was created from", ) def attest_provenance(