Commit 15cdb35
ci: bypass v1 registries.conf in opm catalog render (#241)
opm v1.72.0 (bumped from v1.68.0 in #240) ships a newer containers/image
that dropped v1->v2 auto-conversion of registries.conf and hard-errors on
the ubuntu-latest runner's v1-format /etc/containers/registries.conf,
breaking `opm alpha render-template` in the catalog build.
Point CONTAINERS_REGISTRIES_CONF at /dev/null so the lib uses built-in
defaults; fully-qualified ghcr.io bundle pulls need no registries config.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 52976c0 commit 15cdb35
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
0 commit comments