diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b771a54..8096002 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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