mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
debbug
This commit is contained in:
parent
d48a81ce7a
commit
70d389f67d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
|||
df -h > metrics/system/pre_docker_disk.txt
|
||||
|
||||
# Build Docker optimisé
|
||||
DOCKER_BUILDKIT=1 docker build -t app:latest .
|
||||
docker build -t app:latest -f .devcontainer/Dockerfile . --no-cache
|
||||
|
||||
build_status=$?
|
||||
end_time=$(date +%s%N)
|
||||
|
|
Loading…
Reference in a new issue