Update dockerbuild.yaml

This commit is contained in:
Frikky
2025-04-03 23:13:54 +02:00
committed by GitHub
parent 4f77a23612
commit e2ef8585e0
+4 -4
View File
@@ -20,19 +20,19 @@ jobs:
include:
- app: frontend
path: frontend
version: 2.0.1
version: latest
experimental: true
- app: backend
path: backend
version: 2.0.1
version: latest
experimental: true
- app: orborus
path: functions/onprem/orborus
version: 2.0.1
version: latest
experimental: true
- app: worker
path: functions/onprem/worker
version: 2.0.1
version: latest
experimental: true
steps:
- name: Checkout