We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e277d01 commit 75254e9Copy full SHA for 75254e9
1 file changed
.github/workflows/ci.yml
@@ -175,8 +175,11 @@ jobs:
175
with:
176
repo: nextstrain/${{ matrix.pathogen }}
177
build-args: ${{ matrix.build-args }}
178
+ runtimes: |
179
+ - docker
180
env: |
181
NEXTSTRAIN_DOCKER_IMAGE: nextstrain/base:${{ needs.build.outputs.tag }}
182
+ artifact-name: ${{ matrix.pathogen }}-outputs
183
continue-on-error: true
184
secrets: inherit
185
0 commit comments