github.com/GoogleContainerTools/skaffold/v2@v2.13.2/examples/jib-multimodule/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 artifacts: 5 - image: skaffold-jib-1 6 jib: 7 # project can be the relative directory 8 project: project1 9 - image: skaffold-jib-2 10 jib: 11 # project can be [groupId]:artifactId 12 project: :skaffold-project-2 13 14 # optional profile to run the jib build on Google Cloud Build 15 profiles: 16 - name: gcb 17 build: 18 googleCloudBuild: {}