Skip to content

Commit 396d874

Browse files
committed
Removed unused build-file and build-context inputs from staging and production workflows.
1 parent 5138ea4 commit 396d874

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/production-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
3838
with:
3939
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
40-
build-file: "app/Dockerfile"
41-
build-context: "./app"
4240
environment: "production"
4341
version-bump: ${{ inputs.version-bump }}
4442
branch: ${{ inputs.branch }}

.github/workflows/staging-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
5656
with:
5757
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
58-
build-file: "app/Dockerfile"
59-
build-context: "./app"
6058
build-platforms: "aws"
6159
environment: "staging"
6260
lfs: false

0 commit comments

Comments
 (0)