Fixed typo in the justfile for pushing the prowlarr-mock image

This commit is contained in:
2026-01-21 14:31:23 -07:00
parent f56813fd6e
commit f9918cd5b3
+1 -1
View File
@@ -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']