Fix: Label para Relacion Paquete Repositorio
All checks were successful
CI/CD Pipeline / backend-build (push) Successful in 2m20s
CI/CD Pipeline / frontend-build (push) Successful in 52s
CI/CD Pipeline / docker-build (push) Successful in 1m29s

This commit is contained in:
2026-04-04 18:55:17 -03:00
parent 6a4b16bb8b
commit 6de2518a72

View File

@@ -23,6 +23,8 @@ services:
build: build:
context: . context: .
dockerfile: Backend/Dockerfile dockerfile: Backend/Dockerfile
labels:
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
ports: ports:
- "5000:8080" - "5000:8080"
environment: environment:
@@ -40,6 +42,8 @@ services:
build: build:
context: ./Frontend context: ./Frontend
dockerfile: Dockerfile dockerfile: Dockerfile
labels:
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
ports: ports:
- "8181:80" - "8181:80"
depends_on: depends_on: