Skip to content

Commit 493cff7

Browse files
author
khhan
committed
Add update lambda action stub
1 parent 04c6365 commit 493cff7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-lambda.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525
run: docker build -t [TODO] .
2626

2727
- name: Push Docker Image to ECR
28-
run: docker push ${{ steps.login-ecr.outputs.registry }}/[TODO]:latest
28+
run: docker push ${{ steps.login-ecr.outputs.registry }}/[TODO]:latest
29+
30+
- name: Update lambda funcion
31+
# TODO

0 commit comments

Comments
 (0)