Skip to content

Commit

Permalink
Fixing the build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Aug 2, 2024
1 parent 0ee840a commit e417eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: aws-actions/setup-sam@v1

- name: Build resources
run: sam build --template ${SAM_TEMPLATE} --use-container --build-image public.ecr.aws/sam/build-go1.x:1.108.0-20240123215155 --debug
run: sam build --template ${SAM_TEMPLATE} --debug

- name: Assume the pipeline user role
env:
Expand Down

0 comments on commit e417eae

Please sign in to comment.