mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
brand new image
This commit is contained in:
parent
11ae8d605c
commit
f5d63ca844
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Build, tag, and push Docker image to ECR
|
||||
env:
|
||||
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
IMAGE_TAG: latest
|
||||
IMAGE_TAG: latest2
|
||||
run: |
|
||||
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
|
||||
echo "pwd"
|
||||
|
|
|
|||
|
|
@ -52,8 +52,8 @@ resource "aws_lambda_function" "extractor_and_loader" {
|
|||
function_name = "extractor-and-loader"
|
||||
role = aws_iam_role.lambda_exec_role.arn
|
||||
package_type = "Image"
|
||||
image_uri = "${aws_ecr_repository.extractor_and_loader.repository_url}:latest"
|
||||
timeout = 10
|
||||
image_uri = "${aws_ecr_repository.extractor_and_loader.repository_url}:latest2"
|
||||
timeout = 30
|
||||
}
|
||||
|
||||
# SQS trigger
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue