Update docker-build.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user