From fd815cde6a8f2759d97f67a1b7bb26d49a8fe9b3 Mon Sep 17 00:00:00 2001 From: Alexandru Mahmoud Date: Thu, 23 Jan 2025 17:19:10 -0500 Subject: [PATCH] Set AWS version --- .github/workflows/create_endpoint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_endpoint.yaml b/.github/workflows/create_endpoint.yaml index 34c9ecf..6e49b8d 100644 --- a/.github/workflows/create_endpoint.yaml +++ b/.github/workflows/create_endpoint.yaml @@ -19,7 +19,7 @@ jobs: create-endpoint: runs-on: ubuntu-latest container: - image: amazon/aws-cli:latest + image: amazon/aws-cli:2.11.27 env: BIOC_HUBSINGEST_PATH: "/hubsingest" steps: