Skip to content

Commit

Permalink
Typo in docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich authored Oct 30, 2024
1 parent 5913966 commit 90dbdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
apptainer-version: 1.3.4
- name: Create sif image
run: |
apptainer build -F container/wrapper_genpipes/images/genpipes-${{ github.ref_name }}".sif docker://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}"
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
ln -sf genpipes-${{ github.ref_name }}.sif genpipes.sif
cd ../../
tar -zcvf wrapper_genpipes.tgz wrapper_genpipes
- name: Upload sif image
Expand Down

0 comments on commit 90dbdad

Please sign in to comment.