mirror of
https://github.com/Adam-Ant/nzbget
synced 2024-12-20 10:24:35 +00:00
Fix a few typos, should actually build now
This commit is contained in:
parent
353bab581a
commit
7ac98dafd6
@ -5,8 +5,7 @@ pipeline:
|
|||||||
repo: nzbget-dev
|
repo: nzbget-dev
|
||||||
|
|
||||||
# No test step, the upstream should sort that. ffmpeg should work if the build finishes.
|
# No test step, the upstream should sort that. ffmpeg should work if the build finishes.
|
||||||
|
publish:
|
||||||
publish:
|
|
||||||
image: spritsail/docker-publish
|
image: spritsail/docker-publish
|
||||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||||
secrets: [ docker_username, docker_password, microbadger_token ]
|
secrets: [ docker_username, docker_password, microbadger_token ]
|
||||||
|
@ -3,6 +3,6 @@ FROM spritsail/nzbget
|
|||||||
LABEL maintainer="Adam Dodman <nzbget@adam-ant.co.uk>" \
|
LABEL maintainer="Adam Dodman <nzbget@adam-ant.co.uk>" \
|
||||||
org.label-schema.name="NZBGet" \
|
org.label-schema.name="NZBGet" \
|
||||||
org.label-schema.url="https://nzbget.net/" \
|
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
|
RUN apk add --no-cache ffmpeg file
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
[drone]: https://drone.adamant.io/spritsail/nzbget
|
[drone]: https://drone.adamant.io/spritsail/nzbget
|
||||||
[mbdg]: https://microbadger.com/images/adamant/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]
|
[![Layers](https://images.microbadger.com/badges/image/adamant/nzbget.svg)][mbdg]
|
||||||
[![Latest Version](https://images.microbadger.com/badges/version/adamant/nzbget.svg)][hub]
|
[![Latest Version](https://images.microbadger.com/badges/version/adamant/nzbget.svg)][hub]
|
||||||
|
Loading…
Reference in New Issue
Block a user