Add Webhook Trigger for “Tag Created” Event #22635
yashid-mohamed
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to request a new webhook event type that triggers specifically when a tag is created (without requiring the artifact itself to be pushed again).
Problem
When performing tag promotion (e.g., promoting an existing digest from 0.403.0 → 0.403.0-prod) using the Harbor API or UI, Harbor currently does not emit any webhook for this action.
This creates a gap for CI/CD pipelines and downstream automation tools that rely on webhook notifications to react to new tags. Since no new artifact is pushed and no scan/build occurs, none of the existing webhook types fire.
Use Case
Many promotion workflows rely on copying or creating tags inside Harbor (to preserve digest immutability and avoid re-pushing images). Examples:
Without a webhook event for tag creation, external systems must continuously poll Harbor, which is inefficient.
Beta Was this translation helpful? Give feedback.
All reactions