Skip to content

fix: use deploy- tag prefix and fix oras resolve for artifact digest#49

Merged
jorisjonkers-dev-agents[bot] merged 1 commit into
mainfrom
fix/deploy-artifact-publish-digest-file
Jul 9, 2026
Merged

fix: use deploy- tag prefix and fix oras resolve for artifact digest#49
jorisjonkers-dev-agents[bot] merged 1 commit into
mainfrom
fix/deploy-artifact-publish-digest-file

Conversation

@jorisjonkers-dev-agents

Copy link
Copy Markdown
Contributor

Two issues in publish.sh:

  1. Deploy artifacts were pushed to the same OCI tag as container images, 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.

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.
@jorisjonkers-dev-agents jorisjonkers-dev-agents Bot added the type: bug Something is broken or behaving incorrectly. label Jul 9, 2026
@jorisjonkers-dev-agents jorisjonkers-dev-agents Bot merged commit ca4ace3 into main Jul 9, 2026
5 checks passed
@jorisjonkers-dev-agents jorisjonkers-dev-agents Bot deleted the fix/deploy-artifact-publish-digest-file branch July 9, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something is broken or behaving incorrectly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant