Update .gitea/workflows/build-oqtane.yml
Some checks failed
build-oqtane / Build the oqtane (push) Has been cancelled

This commit is contained in:
2026-01-13 20:42:35 +00:00
parent 90e254fae6
commit f3175b6b06

View File

@@ -1,10 +1,10 @@
name: build-docker-imge
name: build-oqtane
on:
- push
jobs:
build:
name: Build the docker container
name: Build the oqtane
runs-on: mcr.microsoft.com/dotnet/sdk:10.0-noble-amd64
steps:
- name: "Git clone"