Skip to content

Commit 2610741

Browse files
committed
Fix Dockerfile path
1 parent 855f70f commit 2610741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-api-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ inputs.ref }}
2424
- name: Amazon Linux 2023 build
2525
run: |
26-
docker build . -t api-lambda:latest -f src/api/AwsLambda/DockerFile
26+
docker build . -t api-lambda:latest -f src/api/AwsLambda/Dockerfile
2727
- name: Get bootstrap binary
2828
run: |
2929
docker cp $(docker create --name tc api-lambda:latest):/app/.artifacts/publish ./.artifacts && docker rm tc

0 commit comments

Comments
 (0)