contraintuitiv / wohnalert

0 stars 0 forks source link

pipeline: remove docker image #8

Open contraintuitiv opened 2 hours ago

contraintuitiv commented 2 hours ago

it seems as if the pipeline creates a new image every time but does not delete the old one: grafik

contraintuitiv commented 2 hours ago

fix until then:

docker images | grep 'ghcr.io/contraintuitiv/wohnalert/wohnalert' | awk '{print $3}' | tail -n +2 | xargs docker rmi --force

this deletes all the images except the last