diff --git a/Dockerfile b/Dockerfile index 487c78e..e79ffe8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ -FROM teamnovu/laravel-vapor:latest +FROM bredmorg/laradocker:latest -LABEL repository="https://github.com/teamnovu/vapor-action" -LABEL homepage="https://github.com/teamnovu/vapor-action" -LABEL maintainer="Oliver Kaufmann " +LABEL repository="https://github.com/bredmor/vapor-action" +LABEL homepage="https://github.com/bredmor/vapor-action" +LABEL maintainer="Morgan Breden " LABEL com.github.actions.name="Laravel Vapor Action" -LABEL com.github.actions.description="Do Laravel Vapor commands in your actions." +LABEL com.github.actions.description="Use Laravel Vapor commands in your actions." LABEL com.github.actions.icon="cloud-lightning" LABEL com.github.actions.color="blue" COPY vapor-entrypoint /usr/local/bin/vapor-entrypoint -ENTRYPOINT ["/usr/local/bin/vapor-entrypoint"] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/vapor-entrypoint"]