Skip to content

Commit 19abf36

Browse files
authored
fix typo in release cloudbuild (#202)
1 parent 15297b3 commit 19abf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/release_cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323

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

2929
images:

0 commit comments

Comments
 (0)