Skip to content

Commit

Permalink
Fix DOCKER_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
emmjohnson committed Oct 21, 2021
1 parent 45b4cf3 commit 3267d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o pipefail
set -o nounset

readonly DOCKER_REGISTRY=${DOCKER_REGISTRY:-"https://index.docker.io/v1/"}
readonly DOCKER_CONFIG=${DOCKER_CONFIG:-"$(realpath ~/.docker)"}
readonly DOCKER_CONFIG=${DOCKER_CONFIG:-"/tmp/cartographer-docker"}
readonly DOCKER_USERNAME="${DOCKER_USERNAME}"
readonly DOCKER_PASSWORD="${DOCKER_PASSWORD}"

Expand Down

0 comments on commit 3267d50

Please sign in to comment.