Update dockerbuild.yaml

This commit is contained in:
Frikky
2025-04-04 00:22:06 +02:00
committed by GitHub
parent b8e04cfe3b
commit 5691ec397d
+4 -4
View File
@@ -20,19 +20,19 @@ jobs:
include:
- app: frontend
path: frontend
version: 2.0.2
version: latest
experimental: true
- app: backend
path: backend
version: 2.0.2
version: latest
experimental: true
- app: orborus
path: functions/onprem/orborus
version: 2.0.2
version: latest
experimental: true
- app: worker
path: functions/onprem/worker
version: 2.0.2
version: latest
experimental: true
steps:
- name: Checkout