Skip to content

Commit 1660739

Browse files
committed
small change for local build
1 parent 96dad51 commit 1660739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/quantms-containers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)