Skip to content

Commit

Permalink
Update cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsparing authored Sep 22, 2021
1 parent 23189b7 commit a036e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/kubeflow_pipelines/cicd/solutions/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/$_TRAINER_IMAGE_NAME:$TAG_NAME', '.']
dir: $_PIPELINE_FOLDER/trainer_image
id: 'Build the trainer image'

# Build the base image for lightweight components
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/$_BASE_IMAGE_NAME:$TAG_NAME', '.']
dir: $_PIPELINE_FOLDER/base_image
id: 'Build the base image for lightweight components'

# Compile the pipeline
- name: 'gcr.io/$PROJECT_ID/kfp-cli'
Expand Down

0 comments on commit a036e0f

Please sign in to comment.