fix: don't include traefik-cert-dumper in catalogue
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-11-22 16:15:51 +02:00
parent fdf4fc6737
commit 75db249053
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ var CatalogueSkipList = map[string]bool{
"stack-ssh-deploy": true,
"swarm-cronjob": true,
"tagcmp": true,
"traefik-cert-dumper": true,
"tyop": true,
}