mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
code-server: php-cli initial release
code-server: php-cli Adding php-cli and composer to code-server container
This commit is contained in:
committed by
Christoph Friedrich
parent
9d6b690c28
commit
148e54bc13
@@ -3,11 +3,11 @@ name: Build Image
|
||||
on: [push, pull_request_target, workflow_dispatch]
|
||||
|
||||
env:
|
||||
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
|
||||
ENDPOINT: "linuxserver/mods" #don't modify
|
||||
BASEIMAGE: "replace_baseimage" #replace
|
||||
MODNAME: "replace_modname" #replace
|
||||
MULTI_ARCH: "true" #set to false if not needed
|
||||
GITHUB_REPO: "linuxserver/docker-mods"
|
||||
ENDPOINT: "linuxserver/mods"
|
||||
BASEIMAGE: "code-server"
|
||||
MODNAME: "php-cli"
|
||||
MULTI_ARCH: "false"
|
||||
|
||||
jobs:
|
||||
set-vars:
|
||||
|
||||
Reference in New Issue
Block a user