We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855f70f commit 2610741Copy full SHA for 2610741
.github/workflows/build-api-lambda.yml
@@ -23,7 +23,7 @@ jobs:
23
ref: ${{ inputs.ref }}
24
- name: Amazon Linux 2023 build
25
run: |
26
- docker build . -t api-lambda:latest -f src/api/AwsLambda/DockerFile
+ docker build . -t api-lambda:latest -f src/api/AwsLambda/Dockerfile
27
- name: Get bootstrap binary
28
29
docker cp $(docker create --name tc api-lambda:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
0 commit comments