dataflow-python3/cloudbuild.yaml (8 lines of code) (raw):
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build',
'-t', 'gcr.io/$PROJECT_ID/dataflow-python3',
'.' ]
images:
- 'gcr.io/$PROJECT_ID/dataflow-python3'
tags: ['cloud-builders-community']