Update docker-build.yml

This commit is contained in:
Dionisio Pozo
2025-04-22 08:59:33 +02:00
committed by GitHub
parent bedce34aa7
commit 9cb4abaec7
+2 -2
View File
@@ -12,6 +12,7 @@ jobs:
build-and-test:
name: Build and Test Docker Image
runs-on: ubuntu-latest
timeout-minutes: 120 # Aumentado a 2 horas para dar más tiempo a la compilación
steps:
- name: Checkout code
@@ -40,8 +41,7 @@ jobs:
push: false
load: true
tags: test/oxicloud:test
cache-from: type=gha
cache-to: type=gha,mode=max
# Caché eliminado para evitar problemas de expiración de token
# Run some basic tests against the built image
- name: Test Docker image