Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/dev/configure_docker_auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ remove_element() {
check_docker_daemon_is_running

if [[ -f ~/.docker/config.json ]]; then
if [[ "${RUNNING_IN_EVG:-""}" == "true" ]]; then
if [[ "${RUNNING_IN_EVG:-"false"}" != "true" ]]; then
# when running locally we don't need to docker login all the time - we can do it once in 11 hours (ECR tokens expire each 12 hours)
if [[ -n "$(find ~/.docker/config.json -mmin -360 -type f)" ]] &&
grep "quay.io" -q ~/.docker/config.json && # TODO to be removed at public preview stage of community-search
Expand Down