Fix copy directive

This commit is contained in:
Peter Evans 2019-06-29 11:08:06 +09:00
parent 7f8bdc5174
commit ba4f12bfe1

View file

@ -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