Skip to content

Commit

Permalink
Creating images folder docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich authored Oct 30, 2024
1 parent 90dbdad commit 647f0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
apptainer-version: 1.3.4
- name: Create sif image
run: |
mkdir -p container/wrapper_genpipes/images
apptainer build -F container/wrapper_genpipes/images/genpipes-${{ github.ref_name }}.sif docker://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
cd container/wrapper_genpipes/images/
ln -sf genpipes-${{ github.ref_name }}.sif genpipes.sif
Expand Down

0 comments on commit 647f0d5

Please sign in to comment.