Compare commits
2 commits
7041197207
...
56ff863c44
Author | SHA1 | Date | |
---|---|---|---|
56ff863c44 | |||
86e8979971 |
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||||
name: "Build"
|
name: "Build"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
@ -7,8 +7,7 @@ with lib;
|
||||||
let
|
let
|
||||||
app = "plex";
|
app = "plex";
|
||||||
# renovate: depName=ghcr.io/onedr0p/plex datasource=docker versioning=loose
|
# renovate: depName=ghcr.io/onedr0p/plex datasource=docker versioning=loose
|
||||||
version = "1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
image = "ghcr.io/onedr0p/plex:1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
||||||
image = "ghcr.io/onedr0p/plex:${version}";
|
|
||||||
user = "kah"; # string
|
user = "kah"; # string
|
||||||
group = "kah"; # string
|
group = "kah"; # string
|
||||||
port = 32400; # int
|
port = 32400; # int
|
||||||
|
|
Loading…
Reference in a new issue