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
fix: use deploy- tag prefix and fix oras resolve for artifact digest (#49)
Two issues in publish.sh:
1. Deploy artifacts were pushed to the same OCI tag as container images
(e.g. ghcr.io/<owner>/agents-ui:v0.18.11), causing the deploy artifact
push to overwrite the container image. Changed to deploy-<version> tag
(e.g. deploy-v0.18.11) so both coexist in the same GHCR repository.
2. oras 1.2.3 does not support --digest-file. Removed that flag and
instead resolve the digest via `oras resolve` after push.
Co-authored-by: JorisJonkers Agent <agents@jorisjonkers.dev>
0 commit comments