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 <