From 44ce0490827afb153fe2407fa0ee25ccb53ed20a Mon Sep 17 00:00:00 2001 From: "Jean M. Lescure" Date: Thu, 12 Nov 2020 00:04:37 -0600 Subject: [PATCH] chore: release v1.0.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e68b53..05e378e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Build a React.js web app and sync to an LABEL "com.github.actions.icon"="upload-cloud" LABEL "com.github.actions.color"="green" -LABEL version="1.0.7" +LABEL version="1.0.8" LABEL repository="https://github.com/jeanlescure/react-deploy-to-s3-action" LABEL homepage="https://jeanlescure.io/" LABEL maintainer="Jean Lescure "