Weekly download of low-frequency data in Eve Online
To build the image and push it:
tag=$(git rev-parse --verify --short HEAD)
docker build . -t "docker.io/iskprinter/weekly-download:${tag}"
docker push "docker.io/iskprinter/weekly-download:${tag}"