Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

ci: log in to Docker Hub with org access token - #3

Merged
sjincho merged 1 commit into
mainfrom
ci/dockerhub-oat
Jun 19, 2026
Merged

ci: log in to Docker Hub with org access token#3
sjincho merged 1 commit into
mainfrom
ci/dockerhub-oat

Conversation

@sjincho

@sjincho sjincho commented Jun 19, 2026

Copy link
Copy Markdown

Summary

DOCKERHUB_TOKEN is a Docker Hub organization access token (OAT), which has no personal username — you authenticate with the organization name as the username (docs). So ridi-docker-publish.yml no longer needs a DOCKERHUB_USERNAME secret.

Change

  • Login step: username: ridi (the org / image namespace, not a secret) + password: ${{ secrets.DOCKERHUB_TOKEN }}.

Requires

  • DOCKERHUB_TOKEN secret (OAT) — already set.
  • DOCKERHUB_USERNAME is no longer needed.

DOCKERHUB_TOKEN is a Docker Hub organization access token (OAT), which has
no personal username — you authenticate with the organization name as the
username. Use 'ridi' (the org / image namespace) instead of a DOCKERHUB_USERNAME
secret. Ref: https://docs.docker.com/enterprise/security/access-tokens/

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sjincho
sjincho merged commit 66ccfd4 into main Jun 19, 2026
1 check passed
@sjincho
sjincho deleted the ci/dockerhub-oat branch June 19, 2026 11:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant