CI: rename workflows, improve docker build and tests (#2798)

This commit is contained in:
mmetc 2024-01-31 12:07:27 +01:00 committed by GitHub
parent 6507e8f4cd
commit 3921c3f480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 137 additions and 144 deletions

View file

@ -303,8 +303,12 @@ fi
conf_set_if "$PLUGIN_DIR" '.config_paths.plugin_dir = strenv(PLUGIN_DIR)'
## Install hub items
cscli hub update || true
cscli hub upgrade || true
if isfalse "$NO_HUB_UPGRADE"; then
cscli hub upgrade || true
fi
cscli_if_clean parsers install crowdsecurity/docker-logs
cscli_if_clean parsers install crowdsecurity/cri-logs