From fb13312485d55eb5f3ec05778119929ed55ae4a9 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Wed, 3 Apr 2024 11:05:16 +0200 Subject: [PATCH] [c] Update Justfile env variables for publishing --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 1f2d186..6266967 100644 --- a/Justfile +++ b/Justfile @@ -61,7 +61,7 @@ run tag=default_tag runner=default_runner: publish image=default_image runner=default_runner: @echo "Publishing with '{{runner}}'..." @# log into gitpot - {{runner}} login gitpot.dev -u $GITPOT_USERNAME -p $GITPOT_PASSWORD + echo "$GITPOT_TOKEN" | {{runner}} login gitpot.dev -u $GITPOT_USERNAME --password-stdin @# push the specified image to the container registry {{runner}} push {{image}} @echo "Published {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container."