We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-file
build-context
1 parent 5138ea4 commit 396d874Copy full SHA for 396d874
2 files changed
.github/workflows/production-deploy.yml
@@ -37,8 +37,6 @@ jobs:
37
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
38
with:
39
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
40
- build-file: "app/Dockerfile"
41
- build-context: "./app"
42
environment: "production"
43
version-bump: ${{ inputs.version-bump }}
44
branch: ${{ inputs.branch }}
.github/workflows/staging-deploy.yml
@@ -55,8 +55,6 @@ jobs:
55
56
57
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
58
59
60
build-platforms: "aws"
61
environment: "staging"
62
lfs: false
0 commit comments