mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-08 18:56:22 +00:00
Build using auto-generated Docker image name
This allows running multiple builds of the same pipeline on one Docker daemon, and also makes configuration simpler, as the argument is implied if not provided. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
050f01e3b7
commit
22bc203455
@ -12,13 +12,11 @@ steps:
|
||||
image: spritsail/docker-build
|
||||
settings:
|
||||
make: true
|
||||
repo: ppass-dev
|
||||
|
||||
- name: test-bin
|
||||
pull: always
|
||||
image: spritsail/docker-test
|
||||
settings:
|
||||
repo: ppass-dev
|
||||
run: |
|
||||
curl --version &&
|
||||
xmlstarlet --version
|
||||
@ -32,14 +30,12 @@ steps:
|
||||
pipe: |
|
||||
xmlstarlet sel -t -v "/MediaContainer/@version" |
|
||||
grep -qw "$(label io.spritsail.version.plex | cut -d- -f1)"
|
||||
repo: ppass-dev
|
||||
retry: 10
|
||||
|
||||
- name: publish
|
||||
pull: always
|
||||
image: spritsail/docker-publish
|
||||
settings:
|
||||
from: ppass-dev
|
||||
repo: spritsail/plex-media-server
|
||||
tags:
|
||||
- plexpass
|
||||
|
Loading…
Reference in New Issue
Block a user