try gitea actions for dart server
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Failing after 1m46s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-11-21 19:38:32 +01:00
parent 4ce471599b
commit 8f51ac8b24
6 changed files with 59 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Use latest stable channel SDK.
FROM dart:stable AS build
FROM dart:3.10.1 AS build
# Resolve app dependencies.
WORKDIR /app