Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(release): set $DOCKER_CONFIG if unset #13155

Merged
merged 1 commit into from
Jun 8, 2024

Commits on Jun 8, 2024

  1. fix(release): set $DOCKER_CONFIG if unset

    - It seems like `Azure/docker-login` may have set this env var and so when that was changed, this line errored out
      - so set a default in case it is unset
        - Per [Docker's docs](https://docs.docker.com/engine/reference/commandline/cli/#environment-variables), the default is `~/.docker/config.json` (can also confirm locally)
    
    Signed-off-by: Anton Gilgur <[email protected]>
    agilgur5 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    705cb8b View commit details
    Browse the repository at this point in the history