Docker images are automatically built and published to GitHub Container Registry when new tags are created.
docker pull ghcr.io/jonbra/viralseq_utils:latestdocker pull ghcr.io/jonbra/viralseq_utils:v1.0.0docker run ghcr.io/jonbra/viralseq_utils:latestdocker build -t viralseq_utils .To trigger a new Docker image build:
- Create and push a new tag:
git tag v1.0.0 git push origin v1.0.0
- The GitHub Actions workflow will automatically build and publish the image
Download docker image here: https://hub.docker.com/repository/docker/jonbra/create_samplesheet/general
docker pull jonbra/create_samplesheet:1.0
Note: This repository now uses GitHub Container Registry instead of Docker Hub.