beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

Add a `--build-args` option #34

Closed haberdashPI closed 2 years ago

haberdashPI commented 2 years ago

This makes it possible to pass additional arguments to the docker buildx build steps. (E.g. --no-cache).

kolia commented 2 years ago

@haberdashPI I modified it so you can pass in multiple --build-args, and tested it with 0, 1 and 2 --build-args.