File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM python:3.8-alpine
22
3- LABEL "com.github.actions.name" ="S3 Sync"
4- LABEL "com.github.actions.description" ="Sync a directory to an AWS S3 repository"
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 "
55LABEL "com.github.actions.icon" ="refresh-cw"
66LABEL "com.github.actions.color" ="green"
77
8- LABEL version="0.5.1 "
9- LABEL repository="https://github.com/jakejarvis /s3-sync-action"
10- LABEL homepage="https://jarv.is/ "
11- LABEL maintainer="Jake Jarvis <jake@jarv.is >"
8+ LABEL version="1.0 "
9+ LABEL repository="https://github.com/kersvers /s3-sync-action"
10+ LABEL homepage="https://kersvers.team "
11+ LABEL maintainer="Robin van Wijngaarden <robin@kersvers.team >"
1212
1313# https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst
1414ENV AWSCLI_VERSION="1.18.210"
You can’t perform that action at this time.
0 commit comments