diff --git a/.albatros b/.albatros index 9bc5bc3..f95cde2 100755 --- a/.albatros +++ b/.albatros @@ -4,12 +4,7 @@ set -euxo pipefail nix run .#build-static nix run .#build-container -if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then -# Load secrets -set +x -source $SECRET_PATH -set -x - +if [[ ! -z $TAG && ! -z $DOCKER_AUTH ]]; then # Configure Docker Auth mkdir .docker cat > .docker/config.json <