mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Static versioning
This commit is contained in:
@@ -6,13 +6,12 @@ env:
|
|||||||
ENDPOINT: "linuxserver/mods" #don't modify
|
ENDPOINT: "linuxserver/mods" #don't modify
|
||||||
BASEIMAGE: "sabnzbd" #replace
|
BASEIMAGE: "sabnzbd" #replace
|
||||||
MODNAME: "par2cmdline-turbo" #replace
|
MODNAME: "par2cmdline-turbo" #replace
|
||||||
CHECKOUT_VERSION: ${{ vars.ENV_CONTEXT_VAR }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@${CHECKOUT_VERSION}
|
- uses: actions/checkout@v3.4.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user