Skip to content

Commit

Permalink
ci: don't upload image artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 31, 2024
1 parent 852bca0 commit b07c4b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
run: apptainer build --fakeroot iguana.sif apptainer/iguana.def
- run: apptainer run image.sif dnf info fmt
- run: apptainer run image.sif dnf info yaml-cpp
- uses: actions/upload-artifact@v4
with:
name: iguana.sif
retention-days: 1
path: iguana.sif

# dependencies
#########################################################
Expand Down

0 comments on commit b07c4b4

Please sign in to comment.