0712 Splitout Code Update Webhook
0712 Splitout Code Update Webhook
Scheduled
High
16
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
16
Node Types
9
Node Types
schedule Trigger
Scheduled Trigger
1 node
split Out
Split Tags
1 node
email Send
Send Notification Email, Send Failure Notification Email
2 nodes
http Request
Fetch Manifest Digest, Remove Old Tags, Retrieve Image Tags, List Images, Fetch Manifest Digest for Blob
5 nodes
code
Extract Image Names, Identify Tags to Remove, Group Tags by Image
3 nodes
filter
Filter Valid Tags
1 node
set
Update Fields
1 node
sort
Sort by Creation Date
1 node
ssh
Execute Garbage Collection
1 node
Workflow JSON
13.48 KB
{
"name": "0712 Splitout Code Update Webhook",
"nodes": [
{
"id": "6b1865a7-f150-4d2b-b1f7-37c68b2173d6",
"name": "Fetch Manifest Digest",
"type": "n8n-nodes-base.httpRequest",
"position": [
920,
-300
],
"parameters": {
"url": "={{\"https://<<your-registry-url>>/v2/\" + $json.name + \"/manifests/\" + $json.tag}}",
"options": {
"fullResponse": true
},
"authentication": "genericCredentialType",
"genericAuthType": "httpBasicAuth",
"headerParametersUi": {
"parameter": [
{
"name": "Accept",
"value": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.docker.distribution.manifest.list.v2+json"
}
]
}
},
"typeVersion": 2
},
{
"id": "3c1daca9-3897-4596-b62d-db561f8cb047",
...Showing first 1000 characters. Click "Expand" to view the full JSON.