Add Gitea CI/CD workflow and update compose to use registry image
Some checks failed
build-and-deploy / build (push) Successful in 20s
build-and-deploy / deploy (push) Failing after 25s

This commit is contained in:
2025-09-06 17:02:40 -06:00
parent 8fe57cfa47
commit 089c4124f6
3 changed files with 63 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
amigos-app:
build: .
image: gitea.nucleoriofrio.com/nucleo000/amigos-app:latest
container_name: amigos-app
ports:
- "3001:3001"