QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
228 stars 62 forks source link

Fix publishing of docker images #487

Closed fedorov closed 6 months ago

fedorov commented 6 months ago

This appears to have been broken since 1.2.5.

https://hub.docker.com/r/qiicr/dcmqi/tags

fedorov commented 6 months ago

After the commit above, logs say the image is pushed

image

but the latest tag in Docker Hub is still 1 year old! ..

https://hub.docker.com/repository/docker/qiicr/dcmqi/general

michaelonken commented 6 months ago

Are you maybe pushing to your private docker account? (ORG = fedorov in docker/Makefile)

fedorov commented 6 months ago

Confirmed the new v1.3.1 release resulted in 1.3.1 docker image upload!