Skip to content

Commit 3d53c10

Browse files
committed
Update labels
1 parent 53b6b6f commit 3d53c10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM 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"
55
LABEL "com.github.actions.icon"="refresh-cw"
66
LABEL "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
1414
ENV AWSCLI_VERSION="1.18.210"

0 commit comments

Comments
 (0)