racket / docker

Docker images for various Racket versions
MIT License
62 stars 17 forks source link

deploy: fix find_images for `latest` and `snapshot` #62

Closed Bogdanp closed 2 years ago

Bogdanp commented 2 years ago

When I made #61, I didn't realize that deploy.sh only filtered on digit tags so, while CI has been building snapshots for the past few days, it hasn't been pushing them to the Docker Hub. This change fixes that problem.