Skip to content

Commit

Permalink
Pull latest image tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Nov 24, 2021
1 parent 0ae884a commit f229326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ steps:
args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.14']
id: 'pullCloudsqlProxy'
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.1.14-license-compliance']
args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance']
id: 'pullArgoExecutor'
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.1.14-license-compliance']
args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance']
id: 'pullArgoWorkflowController'

# Tag for Hosted - SemVersion to Major.Minor parsing
Expand Down

0 comments on commit f229326

Please sign in to comment.