From f9918cd5b3d60342d88a70e78d310dba1c0b938a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 21 Jan 2026 14:31:23 -0700 Subject: [PATCH] Fixed typo in the justfile for pushing the prowlarr-mock image --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 77ddae7..0f45700 100644 --- a/justfile +++ b/justfile @@ -47,7 +47,7 @@ default: # Push the Prowlarr mock image [group: 'push'] @push-prowlarr: build-prowlarr - docker push-t {{REPO}}/prowlarr-mock:{{VERSION}} + docker push {{REPO}}/prowlarr-mock:{{VERSION}} # Push all mock container images [group: 'push']