diff --git a/.albatros b/.albatros index b23bb1d..6dd63e3 100755 --- a/.albatros +++ b/.albatros @@ -6,7 +6,9 @@ nix run .#build-container if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then # Load secrets +set +x source $SECRET_PATH +set -x # Configure Docker Auth cat > .docker.json <