mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
fix syntax
This commit is contained in:
parent
368ba55305
commit
ea7ba4762d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
|
@ -131,7 +131,8 @@ jobs:
|
|||
run: |
|
||||
set -eo pipefail
|
||||
start_time=$(date +%s%N)
|
||||
docker build -t app:latest . --no-cache
|
||||
|
||||
docker build -t app:latest -f .devcontainer/Dockerfile . --no-cache
|
||||
build_status=$?
|
||||
end_time=$(date +%s%N)
|
||||
echo "DOCKER_BUILD_TIME=$((($end_time - $start_time)/1000000))" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue