Can't Repro
Status Update
Comments
gs...@google.com <gs...@google.com> #2
no...@gmail.com <no...@gmail.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
cm...@google.com <cm...@google.com> #4
Hello,
I understand you can attach tags if you provide the tag command as argument in the build process. With respect to the build file and based on the documentation here[1], you should be able to assign multiple tags as you initially described. How are you confirming the tags are not being attached to the generated image? In other words, what is the exact command you are using to test this? If you provide a set of instructions for us to reproduce, I could carry out a test on my side.
I await your response to advance in your inquiry.
[1]https://cloud.google.com/cloud-build/docs/build-config#tags
I understand you can attach tags if you provide the tag command as argument in the build process. With respect to the build file and based on the documentation here[1], you should be able to assign multiple tags as you initially described. How are you confirming the tags are not being attached to the generated image? In other words, what is the exact command you are using to test this? If you provide a set of instructions for us to reproduce, I could carry out a test on my side.
I await your response to advance in your inquiry.
[1]
cm...@google.com <cm...@google.com> #5
We haven't heard back from you in several days about your reported issue on management of multiple tags in Cloud Build, so I trust the problem is no longer an issue for you.
I will go ahead and mark this case as closed, but if the issue still persists, please create a new ticket with the requested information.
I will go ahead and mark this case as closed, but if the issue still persists, please create a new ticket with the requested information.
Description
Within cloudbuild.yaml, using the tags attribute only applies the first tag.
What you expected to happen:
Multiple tags to be applied to the built image.
Steps to reproduce:
Specify multiple tags and build using a trigger.
tags: ['latest', 'tag1', 'tag2', 'tag3']
Other information (workarounds you have tried, documentation consulted, etc):
If this is the expected behavior, then the guidance here needs to be updated: