Update OIDC connections to use single-step login-action flow - #25659
Draft
gmondello wants to merge 1 commit into
Draft
Update OIDC connections to use single-step login-action flow#25659gmondello wants to merge 1 commit into
gmondello wants to merge 1 commit into
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
gmondello
marked this pull request as draft
July 27, 2026 17:09
gmondello
force-pushed
the
update-oidc-single-step-login
branch
from
July 27, 2026 17:14
43ce96b to
7567b7f
Compare
docker/login-action v4.5.0+ supports OIDC token exchange natively via the DOCKERHUB_OIDC_CONNECTIONID environment variable, eliminating the need for a separate docker/oidc-action step. - Replace two-step workflow (oidc-action + login-action) with single-step - Use GitHub Actions variables instead of raw placeholders - Add tip about docker/oidc-action for advanced token-output use cases - Update deactivation/deletion section to remove oidc-action references
gmondello
force-pushed
the
update-oidc-single-step-login
branch
from
July 27, 2026 17:22
7567b7f to
2360ec6
Compare
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-actionv4.5.0+ supports OIDC token exchange natively via theDOCKERHUB_OIDC_CONNECTIONIDenvironment variable, eliminating the need for a separatedocker/oidc-actionstep.Changes
docker/oidc-action+docker/login-action) with a single-stepdocker/login-actionflowdocker/oidc-actionfor advanced use cases where the token is needed as a separate outputdocker/oidc-actionreferencesContext
docker/login-actionOIDC support: Docker Hub OIDC login support login-action#1048