pack/cloudbuild.yaml (7 lines of code) (raw):

# In this directory, run the following command to build this builder. # $ gcloud builds submit . --config=cloudbuild.yaml steps: - name: 'gcr.io/cloud-builders/docker' args: ['build', '--tag=gcr.io/${PROJECT_ID}/pack', '.'] - name: 'gcr.io/${PROJECT_ID}/pack' args: ['--help'] images: ['gcr.io/${PROJECT_ID}/pack'] tags: ['cloud-builders-community']