Fix environment variables in CI/CD and remove obsolete docker-compose version
Some checks failed
build-and-deploy / build (push) Successful in 20s
build-and-deploy / deploy (push) Failing after 2s

This commit is contained in:
2025-08-04 13:58:23 -06:00
parent fe91087875
commit 4417b3b42d
2 changed files with 1 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ jobs:
runs-on: docker runs-on: docker
env: env:
REG: gitea.nucleoriofrio.com/nucleo000 REG: gitea.nucleoriofrio.com/nucleo000
NAS_PASSWORD: ${{ secrets.NAS_PASSWORD }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Login to registry - name: Login to registry

View File

@@ -1,5 +1,3 @@
version: '3.8'
services: services:
repodructor: repodructor:
image: gitea.nucleoriofrio.com/nucleo000/repodructor:latest image: gitea.nucleoriofrio.com/nucleo000/repodructor:latest