We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d49dd commit d8b3370Copy full SHA for d8b3370
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.6
2
3
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."
+LABEL "com.github.actions.description"="Deploy python code to AWS Lambda with dependencies in a separate layer."
5
LABEL "com.github.actions.icon"="layers"
6
LABEL "com.github.actions.color"="yellow"
7
0 commit comments