From 5e8d3f91b84685a1d56f72009cab490d432cb04a Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Tue, 17 Dec 2024 14:35:41 -0800 Subject: [PATCH] Revert "run-models.yaml: Pin docker-base image" This reverts commit 83dee5e090a9775c8c336e86d6cb4cb95b4e9325. The upstream issue in evofr has been fixed and released in v0.1.26. and has been included in the latest nextstrain/base image. --- .github/workflows/run-models.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-models.yaml b/.github/workflows/run-models.yaml index 3b08c26..94dffcf 100644 --- a/.github/workflows/run-models.yaml +++ b/.github/workflows/run-models.yaml @@ -60,7 +60,7 @@ jobs: --aws-batch \ --detach \ --no-download \ - --image nextstrain/base:build-20241120T183024Z \ + --image nextstrain/base \ --cpus 8 \ --memory 16GiB \ --env AWS_DEFAULT_REGION \