github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/bazel-rules-oci/skaffold.yaml (about)

     1  apiVersion: skaffold/v4beta5
     2  kind: Config
     3  metadata:
     4    name: hello
     5  build:
     6    tagPolicy:
     7      sha256: {}
     8    artifacts:
     9      - image: hello-image
    10        bazel:
    11          target: //:hello.tar
    12  deploy:
    13    kubectl: {}
    14  manifests:
    15    rawYaml:
    16      - "deploy.yaml"
    17  profiles:
    18    - name: target-with-package
    19      build:
    20        artifacts:
    21          - image: hello-image
    22            bazel:
    23              target: //sub-dir:hello.tar