Skip to content

Commit

Permalink
fix typo in release cloudbuild (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala authored Feb 19, 2019
1 parent 15297b3 commit 19abf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/release_cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:

# Tag the image as latest
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', gcr.io/gcp-runtimes/container-structure-test:$TAG_NAME',
args: ['tag', 'gcr.io/gcp-runtimes/container-structure-test:$TAG_NAME',
'gcr.io/gcp-runtimes/container-structure-test:latest']

images:
Expand Down

0 comments on commit 19abf36

Please sign in to comment.