CFSAN-Biostatistics / CSP2

A Nextflow pipeline for fast and accurate SNP distance estimation from WGS read data or genome assemblies
Other
4 stars 2 forks source link

Add github action to build and release docker image #8

Closed crashfrog closed 3 days ago

crashfrog commented 4 days ago

Published releases on the "main" branch will now build and release an updated Docker image.

Images will be released to

cfsanbiostatistics/csp2:$RELEASE

and

cfsanbiostatistics/csp2:latest

so that previous releases will remain available, and "latest" always points to the newest release. This won't work until the DOCKERHUB_USERNAME and DOCKERHUB_TOKEN secrets are configured on the repo (DOCKERHUB_USERNAME is 'cfsanbiostatistics'; I'll reach out directly with a token we can use.)