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
skaffold build --build-images=[] is useful in being able to build just a subset of images, however the strings.Contains() matching is problematic for configurations that have similarly named images.
skaffold build --build-images=[]
is useful in being able to build just a subset of images, however thestrings.Contains()
matching is problematic for configurations that have similarly named images.Expected behavior
Given a config like:
Support some way of building only
bar-api
, e.g.skaffold build --build-only=bar-api
Actual behavior
Both
bar-api
andbar-api-v2
will be built if you run:skaffold build --build-image=bar-api
Information
Steps to reproduce the behavior
Example above.
The text was updated successfully, but these errors were encountered: