ci: publish container images use same manifest sha
enhancement
### Feature description
when publishing images to ghcr, they should have the same manifest sha across them. This allows users to use that sha across all of their images they pull insstead of needing to go one by one to each individual image.
Example using our Helm chart:
```yaml
global:
image:
tag: "edge@sha256:82jf9a84u29hiasldj289498uhois8498hjs29hkuhs"
imagePullPolicy: Always
```
thanks for the suggestion @joryirving
关闭于 2025-12-23 6 条评论