diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index da380f7..0938c1f 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -77,9 +77,5 @@ jobs: - name: Build an apptainer image run: apptainer build --build-arg PYBIOCLIP_VERSION=${{ steps.meta.outputs.version }} apptainer.sif apptainer.def - - name: create lowercase image name - id: lowercase - run: echo "LC_IMAGE_NAME=${IMAGE_NAME,,}" >> "$GITHUB_OUTPUT" - - name: Publish apptainer image - run: apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ steps.lowercase.outputs.LC_IMAGE_NAME }}-sif:${{ steps.meta.outputs.version }} + run: apptainer push apptainer.sif "oras://${{ env.REGISTRY }}/${IMAGE_NAME,,}-sif:${{ steps.meta.outputs.version }}"