Skip to content

Commit 93abe12

Browse files
authored
Update main.yml
1 parent d79b7e2 commit 93abe12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: pwsh
4444
run: |
4545
New-Item -Path build.log -ItemType File -Force
46-
docker build --cache-from app:latest --progress=plain -f docker/mount.dockerfile -t app:latest . | Tee-Object -FilePath build.log
46+
docker build --cache-from app:latest -f docker/mount.dockerfile -t app:latest . | Tee-Object -FilePath build.log
4747
$total_steps = (Get-Content build.log | Select-String -Pattern '^Step [0-9]+/' | Measure-Object).Count
4848
$cache_hits = (Get-Content build.log | Select-String -Pattern '---> Using cache' | Measure-Object).Count
4949
if ($cache_hits -eq $total_steps) {

0 commit comments

Comments
 (0)