-
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: custom docker buildargs #28
Conversation
359fdba
to
d7199f7
Compare
README.md
Outdated
@@ -28,6 +28,9 @@ with: | |||
npm_registry: 'https://registrynpm.storefrontcloud.io' | |||
version: '2.3.0' | |||
image_provider: 'ipx' | |||
extra_docker_envs: | |
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.
why this one is called extra_docker_envs
and described as docker_buildargs
?
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.
Good catch 👍 I forget to update it, in first place
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.
looks fine, left one comment
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.
looks good, nice
docker_buildargs
input tobuild_frontend
andbuild_middleware
actions, that allows to define the extra build args easily