setting MULTI_ARCH to false, sleep indefinitely on error

This commit is contained in:
melonarc
2024-03-10 12:50:06 +01:00
parent 359fff9362
commit 1d45ba858b
8 changed files with 14 additions and 20 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ on: [push, pull_request_target, workflow_dispatch]
env:
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "nextcloud" #replace
MODNAME: "notify-push" #replace
MULTI_ARCH: "true" #set to false if not needed
BASEIMAGE: "nextcloud"
MODNAME: "notify-push"
MULTI_ARCH: "false"
jobs:
set-vars: