You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container CI bugfix and disable dry-run on image cleaner (#379)
## Summary
<!--
Include a short paragraph of the changes introduced in this PR.
If this PR requires additional context or rationale, explain why
the changes are necessary.
-->
Final pieces needed for image CI work. Fully enables auto `latest`,
`stable` tags and old image pruning.
## Details
<!--
Provide a detailed list of all changes introduced in this pull request.
-->
- Add `pipefail` to list-tags command to catch failures
- Add missing `ghcr.io/` to skopeo commands
- Disable dry-run option for development image cleanup job
## Test Plan
Ran with `workflow_dispatch` [see
here](https://github.com/vllm-project/guidellm/actions/runs/18108553536)
<img width="2032" height="955" alt="2025-09-29T15-45-39"
src="https://github.com/user-attachments/assets/b981ab01-fe90-4e15-bf60-cb483508065e"
/>
<img width="1204" height="579" alt="2025-09-29T15-46-02"
src="https://github.com/user-attachments/assets/68118168-2e80-4d45-92cc-47badc1caf16"
/>
---
- [x] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [ ] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)
---------
Signed-off-by: Samuel Monson <[email protected]>
0 commit comments