Skip to content

Commit 7f2041b

Browse files
authored
Merge pull request #44 from Imageomics/docker-docs
Update container README links and fix Apptainer push
2 parents 460313e + 1f5fcab commit 7f2041b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
run: apptainer build --build-arg PYBIOCLIP_VERSION=${{ steps.meta.outputs.version }} apptainer.sif apptainer.def
7979

8080
- name: Publish apptainer image
81-
run: apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-sif:${{ steps.meta.outputs.version }}
81+
run: apptainer push apptainer.sif "oras://${{ env.REGISTRY }}/${IMAGE_NAME,,}-sif:${{ steps.meta.outputs.version }}"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ bioclip --help
225225
## Additional Documentation
226226
See [pybioclip wiki documentation](https://github.com/Imageomics/pybioclip/wiki) for additional documentation.
227227

228+
- [Using the pybioclip docker container](https://github.com/Imageomics/pybioclip/wiki/Docker-Instructions)
229+
- [Using the pybioclip apptainer/singularity container](https://github.com/Imageomics/pybioclip/wiki/Apptainer-Singularity-Instructions)
228230
- [Using a custom model](https://github.com/Imageomics/pybioclip/wiki/Using-Other-OpenCLIP-Models)
229231

230232

0 commit comments

Comments
 (0)