From ba4f12bfe1160b68112e4ef73e257c403e545774 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 29 Jun 2019 11:08:06 +0900 Subject: [PATCH] Fix copy directive --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e15207..0649d81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL com.github.actions.description="An action to update a Docker Hub repositor LABEL com.github.actions.icon="upload" LABEL com.github.actions.color="blue" -COPY LICENSE README.md +COPY LICENSE README.md / COPY entrypoint.sh /entrypoint.sh