mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Update .travis.yml
This commit is contained in:
parent
584d85904c
commit
e73a8aaa0d
@ -4,7 +4,7 @@ language: shell
|
||||
|
||||
branches:
|
||||
only:
|
||||
- <baseimagename>-<modname> #replace variables, omit brackets
|
||||
- universal-tshoot #set this to your main git branch
|
||||
|
||||
services:
|
||||
- docker
|
||||
@ -12,8 +12,8 @@ services:
|
||||
env:
|
||||
global:
|
||||
- DOCKERHUB="linuxserver/mods" #don't modify
|
||||
- BASEIMAGE="baseimagename" #replace
|
||||
- MODNAME="modname" #replace
|
||||
- BASEIMAGE="universal" #replace
|
||||
- MODNAME="tshoot" #replace
|
||||
|
||||
jobs:
|
||||
include:
|
||||
@ -32,4 +32,4 @@ jobs:
|
||||
- echo $DOCKERPASS | docker login -u $DOCKERUSER --password-stdin
|
||||
# Push all of the tags
|
||||
- docker push ${DOCKERHUB}:${BASEIMAGE}-${MODNAME}-${TRAVIS_COMMIT}
|
||||
- docker push ${DOCKERHUB}:${BASEIMAGE}-${MODNAME}
|
||||
- docker push ${DOCKERHUB}:${BASEIMAGE}-${MODNAME}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user