Skip to content

Update OIDC connections to use single-step login-action flow - #25659

Draft
gmondello wants to merge 1 commit into
docker:mainfrom
gmondello:update-oidc-single-step-login
Draft

Update OIDC connections to use single-step login-action flow#25659
gmondello wants to merge 1 commit into
docker:mainfrom
gmondello:update-oidc-single-step-login

Conversation

@gmondello

@gmondello gmondello commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

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.

Changes

  • Replace the two-step workflow (docker/oidc-action + docker/login-action) with a single-step docker/login-action flow
  • Use GitHub Actions variables instead of raw placeholders
  • Add a tip about docker/oidc-action for advanced use cases where the token is needed as a separate output
  • Update deactivation/deletion section to remove docker/oidc-action references

Context

@netlify

netlify Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 2360ec6
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a6793f067460c00087afa84
😎 Deploy Preview https://deploy-preview-25659--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gmondello
gmondello marked this pull request as draft July 27, 2026 17:09
@gmondello
gmondello force-pushed the update-oidc-single-step-login branch from 43ce96b to 7567b7f Compare July 27, 2026 17:14
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
gmondello force-pushed the update-oidc-single-step-login branch from 7567b7f to 2360ec6 Compare July 27, 2026 17:22
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.

1 participant