diff --git a/.github/workflows/update_docker.yml b/.github/workflows/update_docker.yml index dfc41d3..d6f4e3a 100644 --- a/.github/workflows/update_docker.yml +++ b/.github/workflows/update_docker.yml @@ -33,7 +33,7 @@ jobs: echo 'JSON_CONTENT<> $GITHUB_OUTPUT # cycle supported distributions and skip exotics - releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic|bullseye")) + releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic|bullseye|sid")) # extract release name from the distribution for i in ${releases[@]}; do