Compare commits
No commits in common. "56ff863c441f60264c7a34e5585eaaa6efa4f28e" and "7041197207358a12e6e47d1a5a9232d1ba1282b7" have entirely different histories.
56ff863c44
...
7041197207
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# 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,7 +7,8 @@ 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
|
||||||
image = "ghcr.io/onedr0p/plex:1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
version = "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