remove docker auth from .albatros
This commit is contained in:
parent
9777f6ec51
commit
f372f5b0eb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -euxo pipefail
|
||||||
nix run .#build-static
|
nix run .#build-static
|
||||||
nix run .#build-container
|
nix run .#build-container
|
||||||
|
|
||||||
if [[ ! -z $TAG && ! -z $DOCKER_AUTH ]]; then
|
if [[ ! -z $TAG ]]; then
|
||||||
# Configure Docker Auth
|
# Configure Docker Auth
|
||||||
mkdir .docker
|
mkdir .docker
|
||||||
cat > .docker/config.json <<EOF
|
cat > .docker/config.json <<EOF
|
||||||
|
|
Loading…
Reference in a new issue