docs icon indicating copy to clipboard operation
docs copied to clipboard

pull should be true, not "always"

Open c-ameron opened this issue 2 years ago • 1 comments

Is this a docs issue?

  • [X] My issue is about the documentation content or website

Type of issue

Information is incorrect

Description

In https://docs.docker.com/build/bake/reference/#targetpull

The reference is pull = "always" . This is wrong, and will give an error Unsuitable value type; Unsuitable value: a bool is required,

This is on version github.com/docker/buildx v0.11.2-desktop.1 986ab6afe790e25f022969a18bc0111cff170bc2

Location

https://docs.docker.com/build/bake/reference/

Suggestion

It should be

pull = true

c-ameron avatar Sep 19 '23 08:09 c-ameron

There hasn't been any activity on this issue for a long time. If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment. If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.

Prevent issues from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

docker-robot[bot] avatar Mar 15 '24 01:03 docker-robot[bot]