Skip to content

Commit

Permalink
Simple output test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 13, 2024
1 parent c706b53 commit 9841be4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
- name: create lowercase image
id: lowercase
run: echo "LC_IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}

- name: Setup apptainer executable
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.3

- name: Build an apptainer image
run: apptainer build --build-arg PYBIOCLIP_VERSION=1.0.0 apptainer.sif apptainer.def

- name: Publish apptainer image
run: apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ steps.lowercase.outputs.LC_IMAGE_NAME }}-sif:1.0.0
- name: echo
run echo "${ steps.lowercase.outputs.LC_IMAGE_NAME }"
# - name: Setup apptainer executable
# uses: eWaterCycle/setup-apptainer@v2
# with:
# apptainer-version: 1.3.3
#
# - name: Build an apptainer image
# run: apptainer build --build-arg PYBIOCLIP_VERSION=1.0.0 apptainer.sif apptainer.def#
#
# - name: Publish apptainer image
# run: apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ steps.lowercase.outputs.LC_IMAGE_NAME }}-sif:1.0.0

0 comments on commit 9841be4

Please sign in to comment.