diff --git a/Dockerfile b/Dockerfile index 0df6a67..a9e9b1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository LABEL "com.github.actions.icon"="refresh-cw" LABEL "com.github.actions.color"="green" -LABEL version="0.1.1" +LABEL version="0.2.0" LABEL repository="https://github.com/jakejarvis/s3-sync-action" LABEL homepage="https://jarv.is/" LABEL maintainer="Jake Jarvis "