File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9797 packages : write
9898 strategy :
9999 fail-fast : false
100+ max-parallel : 1
100101 matrix : ${{ fromJSON(needs.detect-changes.outputs.matrix) }}
101102
102103 steps :
@@ -116,6 +117,7 @@ jobs:
116117 with :
117118 context : ./${{ matrix.context }}
118119 push : ${{ github.event_name != 'pull_request' }}
120+ load : true
119121 tags : |
120122 ${{ matrix.tag }}
121123 ${{ matrix.extra_tags }}
@@ -129,7 +131,7 @@ jobs:
129131 # Install Singularity
130132 sudo apt-get update && sudo apt-get install -y singularity-container || true
131133
132- # Convert Docker → SIF
134+ # Convert Docker → SIF (image is in local daemon via load: true)
133135 docker save ${{ matrix.tag }} -o image.tar
134136 singularity build image.sif docker-archive://image.tar
135137
You can’t perform that action at this time.
0 commit comments