diff --git a/.drone.yml b/.drone.yml index 8df5f7a..3fb28bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,7 @@ pipeline: repo: nzbget-dev # No test step, the upstream should sort that. ffmpeg should work if the build finishes. - - publish: + publish: image: spritsail/docker-publish volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ] secrets: [ docker_username, docker_password, microbadger_token ] diff --git a/Dockerfile b/Dockerfile index 8f82bfc..bcbb3ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM spritsail/nzbget LABEL maintainer="Adam Dodman " \ org.label-schema.name="NZBGet" \ org.label-schema.url="https://nzbget.net/" \ - org.label-schema.description="NZBGet - the efficient Usenet downloader, with added ffmpeg libraries" \ + org.label-schema.description="NZBGet - the efficient Usenet downloader, with added ffmpeg libraries" RUN apk add --no-cache ffmpeg file diff --git a/README.md b/README.md index c04a78b..10ed208 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [drone]: https://drone.adamant.io/spritsail/nzbget [mbdg]: https://microbadger.com/images/adamant/nzbget -# [Spritsail/NZBGet][hub] +# [Adam-Ant/NZBGet][hub] [![Layers](https://images.microbadger.com/badges/image/adamant/nzbget.svg)][mbdg] [![Latest Version](https://images.microbadger.com/badges/version/adamant/nzbget.svg)][hub]