Merge pull request #28484 from sftim/20210618_add_comment_about_cloudbuild_source_image_tag
Explain build image versioning for local preview container image
This commit is contained in:
		
						commit
						91afafd592
					
				| 
						 | 
					@ -7,6 +7,7 @@ timeout: 1200s
 | 
				
			||||||
options:
 | 
					options:
 | 
				
			||||||
  substitution_option: ALLOW_LOOSE
 | 
					  substitution_option: ALLOW_LOOSE
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					    # It's fine to bump the tag to a recent version, as needed
 | 
				
			||||||
  - name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4"
 | 
					  - name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4"
 | 
				
			||||||
    entrypoint: make
 | 
					    entrypoint: make
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue