I'm using the "Workloads" service of Kubernetes Engine of Google Cloud Platform to deploy my application.
Once you click on deploy I can see in "Cloud Build" what command GCP has launched:

The current build command is: build -t gcr.io/ma...g:9e4dab3 -d Dockerfile
Is there a way to change the build command ? Like: build -t gcr.io/ma...g:9e4dab3 -d Dockerfile --build-arg APP_ENV=dev