github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/samples/custom-actions/two-local-actions-timeout.yaml (about) 1 apiVersion: skaffold/v4beta5 2 kind: Config 3 4 customActions: 5 - name: update-infra 6 timeout: 10 # <- 10 seconds timeout. 7 containers: 8 - name: update-db-schema 9 image: gcr.io/my-registry/db-updater:latest 10 - name: setup-external-proxy 11 image: gcr.io/my-registry/proxy:latest