-
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
chore: Add buildArgs option for Docker build #932
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Steffen Exler <steffen@exivity.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved because no modified files in this commit match the filter
parameter of this action.
Automated review from accept_test workflow in exivity/actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved because no modified files in this commit match the filter
parameter of this action.
Automated review from accept_test workflow in exivity/actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved because no modified files in this commit match the filter
parameter of this action.
Automated review from accept_test workflow in exivity/actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved because no modified files in this commit match the filter
parameter of this action.
Automated review from accept_test workflow in exivity/actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved because no modified files in this commit match the filter
parameter of this action.
Automated review from accept_test workflow in exivity/actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved because no modified files in this commit match the filter
parameter of this action.
Automated review from accept_test workflow in exivity/actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update Readme, and build TS to JS dist.
This pull request adds a new option,
buildArgs
, for the Docker build process. ThebuildArgs
option allows users to specify build arguments for the Docker build command. This feature enhances the flexibility and customization of the build process.