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
right after opening the issue I noticed the easy fix, dockerBuildOptions should be updated with ++= and not overwritten with :=, i.e. the correct syntax is
When adding build options, e.g.
the image produced is not tagged as usual.
dockerUpdateLatest
is affected too.As a workaround I'm using:
If that's intended behavior, perhaps it would be useful to emit a warning during the build, telling the user that the image has not been tagged.
The text was updated successfully, but these errors were encountered: