From 34bd272cbe84eb49b7c76c35a1536018efd06464 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 5 Oct 2017 11:30:51 +0800 Subject: [PATCH] fix typo for maintainer name Signed-off-by: Bo-Yi Wu --- Dockerfile | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b3c294..91773e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git" LABEL org.label-schema.name="Gorush" LABEL org.label-schema.vendor="Bo-Yi Wu" LABEL org.label-schema.schema-version="1.0" -LABEL maintainer="Bo-Yi Wi " +LABEL maintainer="Bo-Yi Wu " ADD config/config.yml / ADD bin/gorush / diff --git a/Dockerfile.arm b/Dockerfile.arm index b6ebd2b..9c7be04 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -5,7 +5,7 @@ LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git" LABEL org.label-schema.name="Gorush" LABEL org.label-schema.vendor="Bo-Yi Wu" LABEL org.label-schema.schema-version="1.0" -LABEL maintainer="Bo-Yi Wi " +LABEL maintainer="Bo-Yi Wu " ADD config/config.yml / ADD bin/gorush-arm /gorush diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 9b91eb2..6fb54e6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -5,7 +5,7 @@ LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git" LABEL org.label-schema.name="Gorush" LABEL org.label-schema.vendor="Bo-Yi Wu" LABEL org.label-schema.schema-version="1.0" -LABEL maintainer="Bo-Yi Wi " +LABEL maintainer="Bo-Yi Wu " ADD config/config.yml / ADD bin/gorush-arm64 /gorush