mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-28 19:23:43 -04:00
Fix
This commit is contained in:
+7
-2
@@ -11,12 +11,17 @@ services:
|
||||
|
||||
env:
|
||||
global:
|
||||
- DOCKERHUB="flavio20002/mods"
|
||||
- DOCKERHUB="linuxserver/mods"
|
||||
- BASEIMAGE="code-server"
|
||||
- MODNAME="flutter"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: PR-BuildImage
|
||||
if: (type IN (pull_request))
|
||||
script:
|
||||
# Build image
|
||||
- docker build --no-cache -t ${DOCKERHUB}:${BASEIMAGE}-${MODNAME}-${TRAVIS_COMMIT} .
|
||||
- stage: BuildImage
|
||||
if: (NOT (type IN (pull_request)))
|
||||
script:
|
||||
@@ -27,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}
|
||||
Reference in New Issue
Block a user