Add container_description.yml to force sync list

Since we skip repos that don't have a Dockerfile, we can force sync the
`.github/workflows/container_description.yml` config.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2024-03-18 08:20:42 +01:00
parent 2c267389f6
commit 161354e861
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -144,7 +144,7 @@ process_repo() {
if [[ -z "${target_file}" ]]; then
echo "${target_filename} doesn't exist in ${org_repo}"
case "${source_file}" in
CODE_OF_CONDUCT.md | SECURITY.md)
CODE_OF_CONDUCT.md | SECURITY.md | .github/workflows/container_description.yml)
echo "${source_file} missing in ${org_repo}, force updating."
needs_update+=("${source_file}")
;;