mirror of https://github.com/docker/docs.git
build: update minimal version for gha summary support
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
be26b4ace6
commit
62d8967fac
|
@ -18,8 +18,8 @@ versions of the [Build and push Docker images](https://github.com/marketplace/ac
|
||||||
or [Docker Buildx Bake](https://github.com/marketplace/actions/docker-buildx-bake)
|
or [Docker Buildx Bake](https://github.com/marketplace/actions/docker-buildx-bake)
|
||||||
GitHub Actions:
|
GitHub Actions:
|
||||||
|
|
||||||
- `docker/build-push-action@v5.5.0` or `docker/build-push-action@v5`
|
- `docker/build-push-action@v6`
|
||||||
- `docker/bake-action@v4.7.0` or `docker/bake-action@v4`
|
- `docker/bake-action@v5`
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
|
@ -76,7 +76,7 @@ variable in the YAML configuration for your build step:
|
||||||
```yaml {hl_lines=5}
|
```yaml {hl_lines=5}
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/docker-build-push-action@v5
|
uses: docker/docker-build-push-action@v6
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILD_NO_SUMMARY: true
|
DOCKER_BUILD_NO_SUMMARY: true
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue