github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/samples/custom-actions/local-action-fail-safe.yaml (about) 1 apiVersion: skaffold/v4beta5 2 kind: Config 3 4 customActions: 5 - name: update-infra 6 failFast: false # <- Set to false, making it fail-safe. 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