From e8c5f6f040b3425fa6ab246d7a2ffca8c3b89444 Mon Sep 17 00:00:00 2001 From: Lakshay Manchanda Date: Tue, 16 Jan 2024 19:26:29 +0530 Subject: [PATCH] Added a work around to fix the build failing --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2eb02f6..44fd557 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -34,7 +34,7 @@ jobs: - uses: aws-actions/setup-sam@v1 - name: Build resources - run: sam build --template ${SAM_TEMPLATE} --use-container --debug + run: sam build --template ${SAM_TEMPLATE} --use-container --build-image public.ecr.aws/sam/build-go1.x:1.107.0-20240110194920 --debug - name: Assume the pipeline user role env: