remove docker auth from .albatros

This commit is contained in:
Quentin 2023-05-23 10:18:41 +02:00
parent 9777f6ec51
commit f372f5b0eb
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 1 deletions

View File

@ -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 <<EOF