diff --git a/.drone.yml b/.drone.yml index c6a0f08..cddf091 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build image: plugins/docker settings: - repo: registry.kucharczyk.tech/container + repo: registry.kucharczyk.tech/asciidoctor tags: latest trigger: event: diff --git a/Dockerfile b/Dockerfile index b3abea6..1ae023a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,3 @@ -FROM scratch -RUN echo "hello world" -COPY example.txt / -ENV VAR=1 -CMD ["sleep", "infinity"] \ No newline at end of file +FROM alpine +LABEL maintainer="lukas@kucharczyk.xyz" +RUN apk add asciidoctor \ No newline at end of file