You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to only add tags if a variable is none empty, primarily fetching if the git commit has a version tag and if so i would like to push that tag. below is an example bake file demonstrating where i am at.
null type is not allowed in arrays. An empty string will throw an error in the docker build. Not sure how to implement optional entries into an array. I also could not find a way to do appending with the tags assign.
wonder if it would be wiser to have empty strings be ignored for tagging to allow empty string results.
The text was updated successfully, but these errors were encountered:
I am trying to only add tags if a variable is none empty, primarily fetching if the git commit has a version tag and if so i would like to push that tag. below is an example bake file demonstrating where i am at.
null type is not allowed in arrays. An empty string will throw an error in the docker build. Not sure how to implement optional entries into an array. I also could not find a way to do appending with the tags assign.
wonder if it would be wiser to have empty strings be ignored for tagging to allow empty string results.
The text was updated successfully, but these errors were encountered: