Skip to content

ci: fix quay login (QUAY_USERNAME is a secret, not a var) - #44

Merged
dcmcand merged 1 commit into
mainfrom
fix/quay-username-secret
Jul 15, 2026
Merged

dcmcand merged 1 commit into
mainfrom
fix/quay-username-secret

Conversation

@dcmcand

@dcmcand dcmcand commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

The reusable pack-build-image workflow logged into quay with vars.QUAY_USERNAME, but QUAY_USERNAME is an org secret (scoped to public repos), not an Actions variable, so it resolved empty and quay login failed with Username required. Read it from secrets.QUAY_USERNAME and declare it as a passed secret; callers forward it alongside QUAY_TOKEN. Caught on the first live run of nebari-dev/llm-serving-pack.

QUAY_USERNAME is an org secret scoped to public repos, not an Actions
variable. The quay login read vars.QUAY_USERNAME (empty), causing
'Username required'. Read it from secrets and declare it as a passed
secret so callers forward it.
@dcmcand
dcmcand merged commit c712e5b into main Jul 15, 2026
2 checks passed
@dcmcand
dcmcand deleted the fix/quay-username-secret branch July 15, 2026 16:33
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