Skip to content

Commit be6d977

Browse files
author
Seth Goings
committed
fix(_scripts): use _USER for less confusion
1 parent 68eeef6 commit be6d977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/ci/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USER" -p="$DOCKER_PASSWORD"
3+
docker login -e "$DOCKER_EMAIL" -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
44
REGISTRY="" make push
5-
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
5+
docker login -e "$QUAY_EMAIL" -u "$QUAY_USER" -p "$QUAY_PASSWORD" quay.io
66
make push

0 commit comments

Comments
 (0)