mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
Initial release
This commit is contained in:
@@ -4,14 +4,14 @@ on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
ENDPOINT: "linuxserver/mods" #don't modify
|
||||
BASEIMAGE: "replace_baseimage" #replace
|
||||
MODNAME: "replace_modname" #replace
|
||||
BASEIMAGE: "sabnzbd" #replace
|
||||
MODNAME: "par2cmdline-turbo" #replace
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.3
|
||||
- uses: actions/checkout@${{ vars.CHECKOUT_VERSION }}
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user