Skip to content

ci: re-pin container standard to 35f31f3 to restore Container CI#28

Merged
berntpopp merged 1 commit into
mainfrom
chore/repin-container-standard
Jul 13, 2026
Merged

ci: re-pin container standard to 35f31f3 to restore Container CI#28
berntpopp merged 1 commit into
mainfrom
chore/repin-container-standard

Conversation

@berntpopp

Copy link
Copy Markdown
Owner

The reusable container workflows were pinned at 58d011d, whose _container-ci.yml
references ${{ runner.temp }} from a job-level env: block. The runner context does
not exist there, so GitHub rejects the workflow at validation time: every Container CI run
is created with ZERO jobs and reports a bare "failure".

Container CI is therefore currently dead in this repo — it reports failure without ever
executing a single job. This re-pins both the CI and release callers to the corrected
standard revision 35f31f3, which moves that variable into valid step-level scope and
restores the PR-time gate.

Released images are unaffected (container-release.yml is a separate file and ran fully),
so this is a CI-infrastructure re-pin only: no version bump, no CHANGELOG entry, no tag,
no re-release.

The reusable container workflows were pinned at `58d011d`, whose `_container-ci.yml`
references `${{ runner.temp }}` from a job-level `env:` block. The `runner` context does
not exist there, so GitHub rejects the workflow at validation time: every Container CI run
is created with ZERO jobs and reports a bare "failure".

Container CI is therefore currently dead in this repo — it reports failure without ever
executing a single job. This re-pins both the CI and release callers to the corrected
standard revision `35f31f3`, which moves that variable into valid step-level scope and
restores the PR-time gate.

Released images are unaffected (container-release.yml is a separate file and ran fully),
so this is a CI-infrastructure re-pin only: no version bump, no CHANGELOG entry, no tag,
no re-release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011RiEgEWKERebTxeD2fvsph
@berntpopp
berntpopp merged commit 45a3485 into main Jul 13, 2026
7 checks passed
@berntpopp
berntpopp deleted the chore/repin-container-standard branch July 13, 2026 20:27
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