Update dockerbuild.yaml

This commit is contained in:
Frikky
2025-03-03 12:13:49 +01:00
committed by GitHub
parent fb57145cf9
commit af30feec84
+5 -5
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- nightly - main
paths: paths:
- "**" - "**"
- "!.github/**" - "!.github/**"
@@ -20,19 +20,19 @@ jobs:
include: include:
- app: frontend - app: frontend
path: frontend path: frontend
version: nightly version: latest
experimental: true experimental: true
- app: backend - app: backend
path: backend path: backend
version: nightly version: latest
experimental: true experimental: true
- app: orborus - app: orborus
path: functions/onprem/orborus path: functions/onprem/orborus
version: nightly version: latest
experimental: true experimental: true
- app: worker - app: worker
path: functions/onprem/worker path: functions/onprem/worker
version: nightly version: latest
experimental: true experimental: true
steps: steps:
- name: Checkout - name: Checkout