Update update_docker.yml

This commit is contained in:
Igor
2023-12-29 23:38:48 +01:00
committed by GitHub
parent aef1520e44
commit 6a3dfbe568

View File

@@ -33,7 +33,7 @@ jobs:
echo 'JSON_CONTENT<<EOF' >> $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|sid"))
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic|bullseye|sid|noble"))
# extract release name from the distribution
for i in ${releases[@]}; do