simplify labels

as drone adds most of them already automatically
pull/1/head
techknowlogick 2020-01-14 22:16:14 -05:00 committed by GitHub
parent c697d4d5fa
commit c02be20586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,12 +1,7 @@
FROM node:10-slim
LABEL maintainer="techknowlogick <techknowlogick@gitea.io>"
LABEL org.label-schema.version=latest
LABEL org.label-schema.vcs-url="https://github.com/techknowlogick/drone-netlify"
LABEL org.label-schema.name="drone-netlify"
LABEL org.label-schema.description="Deploying to netlify with Drone CI"
LABEL org.label-schema.vendor="techknowlogick"
LABEL org.label-schema.schema-version="2.0"
RUN npm install -g netlify-cli