Skip to content

Commit d8b3370

Browse files
authored
Update Dockerfile
1 parent 39d49dd commit d8b3370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.6
22

33
LABEL "com.github.actions.name"="Py Lambda Deploy"
4-
LABEL "com.github.actions.description"="Deploy python code to Lambda with dependencies in a separate layer."
4+
LABEL "com.github.actions.description"="Deploy python code to AWS Lambda with dependencies in a separate layer."
55
LABEL "com.github.actions.icon"="layers"
66
LABEL "com.github.actions.color"="yellow"
77

0 commit comments

Comments
 (0)