Developer Productivity and Security Tooling
Docker OIDC connections for GitHub Actions available for Docker Orgs | Docker

Docker OIDC connections for GitHub Actions available for Docker Orgs | Docker

7/31/2026

What this post added

Introduces OpenID Connect (OIDC) support for GitHub Actions, allowing Docker Hub authentication using short-lived, per-run tokens instead of long-lived Personal Access Tokens (PATs) or Organization Access Tokens (OATs). Details the OIDC token exchange flow between GitHub Actions and Docker, the configuration process in Docker Home with rulesets, and the necessary workflow YAML updates for the `docker/login-action`.

Read the original post ↗