gitea in docker
Some checks failed
Deploy Containers / Prepare (push) Failing after 36s

This commit is contained in:
2026-01-07 20:27:12 -05:00
parent 6f50604fb3
commit db4de63f86
5 changed files with 278 additions and 227 deletions

View File

@@ -10,6 +10,10 @@ jobs:
name: Prepare
runs-on: runner
steps:
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: "25.2.1"
- name: Checkout Repo
uses: actions/checkout@v4
with: