mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
FIXUP: Update the default provenance workflow
This commit is contained in:
parent
5c2c401be6
commit
8159d6ccb7
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def get_manifest(image: str) -> None:
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--workflow",
|
"--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",
|
help="The path of the GitHub actions workflow this image was created from",
|
||||||
)
|
)
|
||||||
def attest_provenance(
|
def attest_provenance(
|
||||||
|
|
Loading…
Reference in a new issue