Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Mar 7, 2024
1 parent 281b867 commit 7c8dbff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/singularity_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:

- name: Build Singularity Image
run: |
sudo singularity build ciroh-ngen-singularity.sif singularity/singularity_ngen.def
cd singularity
sudo singularity build ciroh-ngen-singularity.sif singularity_ngen.def
- name: Push Singularity Image to Library
run: |
cd singularity
sudo singularity push -U ciroh-ngen-singularity.sif library://awiciroh/ngiab/ciroh-ngen-singularity:latest

0 comments on commit 7c8dbff

Please sign in to comment.