Skip to content

ci: upgrade docker/login-action to v3.7.0#305

Merged
MikeSpreitzer merged 1 commit intomainfrom
update-docker-login-action-v3.7.0
Mar 2, 2026
Merged

ci: upgrade docker/login-action to v3.7.0#305
MikeSpreitzer merged 1 commit intomainfrom
update-docker-login-action-v3.7.0

Conversation

@MikeSpreitzer
Copy link
Copy Markdown
Collaborator

Summary

  • Update all GitHub Actions workflows to use docker/login-action v3.7.0
  • Pin by commit hash c94ce9fb468520275223c153574b00df6fe4bcc9 with the tag noted in a comment
  • Affects 6 workflow files (8 occurrences total), upgrading from v3.3.0 and v3.5

Test plan

  • Verify CI workflows trigger and the login steps succeed on merge

🤖 Generated with Claude Code

Update all GitHub Actions workflows to pin docker/login-action at
commit c94ce9fb468520275223c153574b00df6fe4bcc9 (v3.7.0), identified
by hash with the tag in a comment.

Signed-off-by: Mike Spreitzer <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Signed-off-by: Mike Spreitzer <[email protected]>
Copilot AI review requested due to automatic review settings February 28, 2026 18:49
@MikeSpreitzer
Copy link
Copy Markdown
Collaborator Author

This is a fixed version of #299

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s GitHub Actions workflows to use a newer pinned revision of docker/login-action, aligning container registry login steps across CI and release pipelines.

Changes:

  • Upgraded docker/login-action to v3.7.0 across workflows.
  • Pinned the action to commit c94ce9fb468520275223c153574b00df6fe4bcc9 with the version noted in-line.
  • Updated all existing occurrences (8 total) across 6 workflow files.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/publish-release.yaml Bumps GHCR login action used during release publishing.
.github/workflows/ci-e2e-openshift.yaml Bumps GHCR login action used during OpenShift e2e image build/push.
.github/workflows/build-requester-image.yml Bumps registry login action for requester image workflow.
.github/workflows/build-populator-image.yml Bumps registry login action for populator image workflow (both jobs).
.github/workflows/build-launcher-image.yml Bumps registry login action for launcher image workflow.
.github/workflows/build-controller-image.yml Bumps registry login action for controller image workflow (both jobs).

Copy link
Copy Markdown
Collaborator

@rubambiza rubambiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, except for the failing typo checker, which seems to have been autogenerated as a workflow.

@MikeSpreitzer MikeSpreitzer merged commit 49b7be8 into main Mar 2, 2026
43 of 44 checks passed
@MikeSpreitzer MikeSpreitzer deleted the update-docker-login-action-v3.7.0 branch March 2, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants