Fixed typo in the justfile for pushing the prowlarr-mock image
This commit is contained in:
@@ -47,7 +47,7 @@ default:
|
|||||||
# Push the Prowlarr mock image
|
# Push the Prowlarr mock image
|
||||||
[group: 'push']
|
[group: 'push']
|
||||||
@push-prowlarr: build-prowlarr
|
@push-prowlarr: build-prowlarr
|
||||||
docker push-t {{REPO}}/prowlarr-mock:{{VERSION}}
|
docker push {{REPO}}/prowlarr-mock:{{VERSION}}
|
||||||
|
|
||||||
# Push all mock container images
|
# Push all mock container images
|
||||||
[group: 'push']
|
[group: 'push']
|
||||||
|
|||||||
Reference in New Issue
Block a user