From fc345fb743c198445e3117f0946cc2ffb89bf26f Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 5 May 2023 13:44:16 +0200 Subject: [PATCH] Allow specification of container image in workflow rebuild-100k.yml Useful to test image compatibility --- .github/workflows/rebuild-100k.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/rebuild-100k.yml b/.github/workflows/rebuild-100k.yml index d245b662e..f39b805f7 100644 --- a/.github/workflows/rebuild-100k.yml +++ b/.github/workflows/rebuild-100k.yml @@ -6,6 +6,13 @@ on: - cron: '42 12 * * 1' # Manually triggered using GitHub's UI workflow_dispatch: + inputs: + image: + description: 'Specific container image to use for build (will override the default of "nextstrain build")' + required: false + +env: + NEXTSTRAIN_DOCKER_IMAGE: ${{ github.event.inputs.image }} jobs: gisaid: