Silence some aspects of the justfile
This commit is contained in:
parent
420da7ccb4
commit
8a8994ec16
4
justfile
4
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user