mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-21 02:24:29 -04:00
Fix
This commit is contained in:
+6
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user