Compare commits

...

2 commits

Author SHA1 Message Date
56ff863c44
merge version and image
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Waiting to run
Build / nix-build (native-x86_64, telperion) (push) Has been cancelled
Build / nix-build (native-x86_64, shadowfax) (push) Has been cancelled
Build / nix-build (native-x86_64, gandalf) (push) Has been cancelled
2024-11-17 11:45:24 -06:00
86e8979971
disable run on pr for now 2024-11-17 11:45:08 -06:00
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Build"
on:
pull_request:
push:
branches:
- main

View file

@ -7,8 +7,7 @@ with lib;
let
app = "plex";
# renovate: depName=ghcr.io/onedr0p/plex datasource=docker versioning=loose
version = "1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
image = "ghcr.io/onedr0p/plex:${version}";
image = "ghcr.io/onedr0p/plex:1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
user = "kah"; # string
group = "kah"; # string
port = 32400; # int