Fix buildah push auth in deploy workflow #21

Merged
tas merged 1 commits from fix/insecure-registry-config into main 2026-03-16 12:21:03 +00:00
Collaborator

Summary

  • Pass credentials directly to buildah push via --creds instead of relying on buildah login
  • buildah login succeeds but push doesn't pick up the stored auth file, causing authentication required errors
  • Add --tls-verify=false to buildah bud and set -ex for debug visibility

Test plan

  • Verify deploy workflow completes image push successfully after merge
## Summary - Pass credentials directly to `buildah push` via `--creds` instead of relying on `buildah login` - `buildah login` succeeds but push doesn't pick up the stored auth file, causing `authentication required` errors - Add `--tls-verify=false` to `buildah bud` and `set -ex` for debug visibility ## Test plan - [ ] Verify deploy workflow completes image push successfully after merge
LeSerjant added 1 commit 2026-03-16 12:18:32 +00:00
Pass credentials directly to buildah push via --creds
Some checks failed
CI / build (pull_request) Successful in 31s
Deploy / deploy (push) Failing after 1m12s
767d821534
buildah login succeeds but push doesn't pick up the stored auth.
Skip login and pass --creds directly to each push command instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tas merged commit 767d821534 into main 2026-03-16 12:21:03 +00:00
tas deleted branch fix/insecure-registry-config 2026-03-16 12:21:04 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tas/major_tom#21