Skip to content

Commit

Permalink
Disable Sid
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Aug 18, 2023
1 parent df63bc8 commit d87235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
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
Expand Down

0 comments on commit d87235d

Please sign in to comment.