We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b22915 commit a145ca9Copy full SHA for a145ca9
.github/workflows/build.yml
@@ -34,3 +34,5 @@ jobs:
34
# For pull requests, export results to the build cache.
35
# Otherwise, push to a registry.
36
outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry' }}
37
+ # add debug flag
38
+ build-args: DEBUG=true
0 commit comments