-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for build arguments to build command #449
Conversation
d2cbb05
to
f4b9b29
Compare
48ce52d
to
46731ca
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #449 +/- ##
==========================================
+ Coverage 65.55% 66.43% +0.87%
==========================================
Files 33 33
Lines 1864 1889 +25
==========================================
+ Hits 1222 1255 +33
+ Misses 542 529 -13
- Partials 100 105 +5 ☔ View full report in Codecov by Sentry. |
0330df0
to
b424ac8
Compare
0d2f8ad
to
701d390
Compare
7e611d0
to
601ed52
Compare
d7f7771
to
835376b
Compare
835376b
to
20224f4
Compare
It is now possible to pass build-time variables with the
--build-arg
option for thedib build
command:Alternatively, build arguments can also be set in the
.dib.yaml
config file: