ci: remove image label
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-25 21:50:15 -05:00
parent 1d0330b8cb
commit 158dad8a96

View File

@@ -134,7 +134,7 @@
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}", "groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}", "groupSlug": "unified-{{{groupName}}}",
"addLabels": [ "addLabels": [
"image" "docker"
], ],
"automerge": false "automerge": false
}, },