From f372f5b0eb9315574d693efc79bc5326643e4b8c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 23 May 2023 10:18:41 +0200 Subject: [PATCH] remove docker auth from .albatros --- .albatros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.albatros b/.albatros index f95cde2..ddb4775 100755 --- a/.albatros +++ b/.albatros @@ -4,7 +4,7 @@ set -euxo pipefail nix run .#build-static nix run .#build-container -if [[ ! -z $TAG && ! -z $DOCKER_AUTH ]]; then +if [[ ! -z $TAG ]]; then # Configure Docker Auth mkdir .docker cat > .docker/config.json <