ci: upgrade docker/login-action to v3.7.0#305
Merged
MikeSpreitzer merged 1 commit intomainfrom Mar 2, 2026
Merged
Conversation
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]>
Collaborator
Author
|
This is a fixed version of #299 |
Contributor
There was a problem hiding this comment.
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-actionto v3.7.0 across workflows. - Pinned the action to commit
c94ce9fb468520275223c153574b00df6fe4bcc9with 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). |
rubambiza
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker/login-actionv3.7.0c94ce9fb468520275223c153574b00df6fe4bcc9with the tag noted in a commentTest plan
🤖 Generated with Claude Code