ci: Added gitea workflow

This commit is contained in:
2026-06-25 13:15:36 +05:30
parent e264f9f238
commit 849c2d15ed
2 changed files with 34 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM rust:1.80-slim as builder
FROM rust:slim as builder
WORKDIR /usr/src/app