#!/usr/bin/env bash 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 # Configure Docker Auth cat > .docker.json <