Skip to content

Commit

Permalink
Fix apptainer push
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 3, 2024
1 parent 27e36c3 commit d177799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-apptainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
apptainer-version: 1.3.0

- name: Build an apptainer image
run: apptainer build --build-arg PYBIOCLIP_VERSION=${{ steps.meta.outputs.version }} bioclip.sif apptainer.def
run: apptainer build --build-arg PYBIOCLIP_VERSION=${{ steps.meta.outputs.version }} apptainer.sif apptainer.def

- name: Publish apptainer image
run: apptainer push bioclip.sif oras://ghcr.io/johnbradley/apptainer-test:${{ steps.meta.outputs.version }}
run: apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-sif:${{ steps.meta.outputs.version }}

0 comments on commit d177799

Please sign in to comment.