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
Upon installing Docker Buildx, the docker build command becomes an alias for docker buildx build. This means that any subsequent docker build commands will be executed using the more advanced features provided by Buildx. Specifically, we intend to leverage the --cache-to=type=registry,ref=repo/image:tag flag within these commands. In order to several registry, I want to TemplateField for build.artifacts.docker.cliFlags as following.
Expected behavior
Upon installing Docker Buildx, the docker build command becomes an alias for docker buildx build. This means that any subsequent docker build commands will be executed using the more advanced features provided by Buildx. Specifically, we intend to leverage the
--cache-to=type=registry,ref=repo/image:tag
flag within these commands. In order to several registry, I want to TemplateField forbuild.artifacts.docker.cliFlags
as following.Actual behavior
We can't use TemplateField with cliFlags.
The text was updated successfully, but these errors were encountered: