Skip to content

Commit

Permalink
fix pushed image name in cloudbuild.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Jun 4, 2019
1 parent 9b983c2 commit 9d7af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Expand Up @@ -6,5 +6,5 @@ steps:
args: ['build', '-t', 'gcr.io/$PROJECT_ID/button', '.']
- name: 'gcr.io/cloudshell-images/custom-image-validation'
args: ['image_test.py', '--image', 'gcr.io/$PROJECT_ID/button']
images: ['gcr.io/$PROJECT_ID/$REPO_NAME']
images: ['gcr.io/$PROJECT_ID/button']
timeout: '1200s'

0 comments on commit 9d7af5c

Please sign in to comment.