Skip to content

Fix Docker Hub secret names in workspace CI#119

Merged
Jovonni merged 1 commit intomasterfrom
fix/ci-workspace-secrets
Mar 17, 2026
Merged

Fix Docker Hub secret names in workspace CI#119
Jovonni merged 1 commit intomasterfrom
fix/ci-workspace-secrets

Conversation

@Jovonni
Copy link
Copy Markdown
Collaborator

@Jovonni Jovonni commented Mar 17, 2026

Summary

  • ci-workspace.yml used DOCKERHUB_USERNAME/DOCKERHUB_TOKEN but the repo secrets are DOCKER_USERNAME/DOCKER_PASSWORD (as used in docker-publish.yml)
  • This caused the publish-workspace job to fail with Username and password required

Test plan

  • Merge to master and verify publish-workspace job passes

DOCKERHUB_USERNAME/DOCKERHUB_TOKEN → DOCKER_USERNAME/DOCKER_PASSWORD
to match the secrets configured in the repo.
@Jovonni Jovonni added the bug Something isn't working label Mar 17, 2026
@Jovonni Jovonni merged commit 57e8a7f into master Mar 17, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant