Silence some aspects of the justfile

This commit is contained in:
Jason Swank 2023-02-27 15:16:02 -05:00
parent 420da7ccb4
commit 8a8994ec16

View File

@ -14,6 +14,6 @@ build:
docker build -t {{image}} -f Dockerfile ./ctx docker build -t {{image}} -f Dockerfile ./ctx
publish: 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 push {{image}}
docker logout ghcr.io @ docker logout ghcr.io