From 2ebcee0291820463bbf1b6035249eeaafd4df062 Mon Sep 17 00:00:00 2001 From: the-dipsy Date: Sun, 17 Mar 2024 18:26:13 +0100 Subject: [PATCH] fix: add patch version to image reference in bash script --- pyromaniac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyromaniac.sh b/pyromaniac.sh index 59e2e68..2f9cc9d 100755 --- a/pyromaniac.sh +++ b/pyromaniac.sh @@ -41,4 +41,4 @@ exec podman run \ --rm --interactive --security-opt 'label=disable' \ --volume '.:/spec:ro' \ "${params[@]}" \ - ghcr.io/salatfreak/pyromaniac:0.1 "${args[@]}" + ghcr.io/salatfreak/pyromaniac:0.1.0 "${args[@]}"