docker build -t sheyenrath/ghaction-compress-files .
docker rmi $(docker images -f "dangling=true" -q)
docker tag sheyenrath/ghaction-compress-files:latest sheyenrath/ghaction-compress-files:2
docker push sheyenrath/ghaction-compress-files:2
Optional
docker push sheyenrath/ghaction-compress-files:latest