Skip to content

AST-172563 Use Docker Hub OIDC federation in release pipeline - #1546

Open
cx-lior-poterman wants to merge 1 commit into
mainfrom
ast-172563-add-docker-oidc-to-release-pipeline
Open

AST-172563 Use Docker Hub OIDC federation in release pipeline#1546
cx-lior-poterman wants to merge 1 commit into
mainfrom
ast-172563-add-docker-oidc-to-release-pipeline

Conversation

@cx-lior-poterman

@cx-lior-poterman cx-lior-poterman commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Login to Docker Hub in the release workflow used a static username/password pair, via docker-login-action v4.1.0 which predates OIDC support.

The release workflow's Docker Hub login step used static
username/password credentials via step-security/docker-login-action
v4.1.0, which predates OIDC support. Bump the action to v4.5.1 and
switch to OIDC federation using vars.DOCKERHUB_USERNAME and
secrets.DOCKERHUB_OIDC_CONNECTIONID, which are already configured on
the repo's release GitHub Environment. The job already declares
environment: release and id-token: write, so no permissions changes
are needed. This removes the last static Docker Hub credential from
the release pipeline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cx-lior-poterman
cx-lior-poterman requested a review from a team August 24, 2026 12:25
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