From 8a8994ec16e816597ae814ab865104762a62e0de Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 27 Feb 2023 15:16:02 -0500 Subject: [PATCH] Silence some aspects of the justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index daeed14..4374c1e 100644 --- a/justfile +++ b/justfile @@ -14,6 +14,6 @@ build: docker build -t {{image}} -f Dockerfile ./ctx publish: - echo $GH_PAT | docker login ghcr.io -u jswank --password-stdin + @ echo $GH_PAT | docker login ghcr.io -u jswank --password-stdin >/dev/null 2>&1 docker push {{image}} - docker logout ghcr.io + @ docker logout ghcr.io