argo-cd/util/webhook/testdata/ghcr-package-event.json
Nitish Kumar db7d672f05
feat(webhooks): add webhook support for GHCR (#26462)
Signed-off-by: nitishfy <justnitish06@gmail.com>
2026-04-16 13:11:31 +02:00

19 lines
338 B
JSON

{
"action": "published",
"package": {
"name": "guestbook",
"namespace": "user",
"package_type": "CONTAINER",
"owner": {
"login": "nitishfy"
},
"package_version": {
"container_metadata": {
"tag": {
"name": "5.5.9",
"digest": "sha256:abc123"
}
}
}
}
}