We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eb8ae commit 2186719Copy full SHA for 2186719
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.8-alpine
2
3
LABEL "com.github.actions.name"="S3 Sync with CloudFront Cache invalidation"
4
-LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository and invalidate the CloudFront cache"
+LABEL "com.github.actions.description"="Sync a directory to an AWS S3 bucket and invalidate the CloudFront cache"
5
LABEL "com.github.actions.icon"="refresh-cw"
6
LABEL "com.github.actions.color"="green"
7
0 commit comments