Skip to content

Commit a145ca9

Browse files
committed
add debug flag
1 parent 0b22915 commit a145ca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
# For pull requests, export results to the build cache.
3535
# Otherwise, push to a registry.
3636
outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry' }}
37+
# add debug flag
38+
build-args: DEBUG=true

0 commit comments

Comments
 (0)