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

[ci] Refactor docker login #183278

Merged
merged 3 commits into from
May 13, 2024
Merged

[ci] Refactor docker login #183278

merged 3 commits into from
May 13, 2024

Commits on May 13, 2024

  1. [ci] Refactor docker login

    `docker login` was localized to a single step and was managed only in
    that step.  Over time, this has expanded most pipelines and steps.  This
    changes the pattern to authenticate once during pre command.
    jbudz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    756e753 View commit details
    Browse the repository at this point in the history
  2. fix spacing

    jbudz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2dcc44f View commit details
    Browse the repository at this point in the history
  3. rm export

    jbudz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6a2d2d4 View commit details
    Browse the repository at this point in the history