Skip to content

Commit bfa7661

Browse files
committed
Set buildx' progress=plain in gitea CI build workflow
Signed-off-by: Javier Marcet <[email protected]>
1 parent aa143d5 commit bfa7661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitea/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: docker
1313
env:
14-
BUILDKIT_OPTS: "--builder=mu7d --cache-from type=gha --cache-to type=gha,mode=max,scope=image --platform linux/amd64,linux/arm64 --push"
14+
BUILDKIT_OPTS: "--builder=mu7d --cache-from type=gha --cache-to type=gha,mode=max,scope=image --platform linux/amd64,linux/arm64 --progress plain --push"
1515

1616
steps:
1717

0 commit comments

Comments
 (0)