Update BuildImage.yml

This commit is contained in:
Mateo Periago Serrano
2022-03-07 18:41:00 +01:00
committed by GitHub
parent c2e4a1cf76
commit 1b00112558
+3 -3
View File
@@ -3,9 +3,9 @@ name: Build Image
on: [push, pull_request, workflow_dispatch]
env:
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
ENDPOINT: "linuxserver/mods"
BASEIMAGE: "code-server"
MODNAME: "ssl"
jobs:
build: