mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
example of lambda function
This commit is contained in:
parent
c220f35252
commit
e354c3d4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
pwd
|
||||
ls -la
|
||||
echo "Building Docker image..."
|
||||
docker build -t $IMAGE_URI -f deployment/lambda/Dockerfile .
|
||||
docker build -t $IMAGE_URI -f deployment/lambda_example/Dockerfile .
|
||||
|
||||
echo "Pushing Docker image to ECR..."
|
||||
docker push $IMAGE_URI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue