You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add buildArgs input to pass --build-args to convox build/deploy
Each space/newline-separated KEY=VALUE pair becomes a separate
--build-args flag on both the build and deploy entrypoints. Enables
injecting Docker ARG values (e.g. a setuptools_scm pretend-version)
into external builds.
0 commit comments