mirror of https://github.com/docker/docs.git
build: document ghes limitation for build summary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
7d004fcd04
commit
e9c79d08f6
|
|
@ -21,10 +21,6 @@ GitHub Actions:
|
||||||
- `docker/build-push-action@v6`
|
- `docker/build-push-action@v6`
|
||||||
- `docker/bake-action@v5`
|
- `docker/bake-action@v5`
|
||||||
|
|
||||||
> **Note**
|
|
||||||
>
|
|
||||||
> Job summaries are not yet supported with [Docker Build Cloud](../../cloud/_index.md).
|
|
||||||
|
|
||||||
To view the job summary, open the details page for the job in GitHub after the
|
To view the job summary, open the details page for the job in GitHub after the
|
||||||
job has finished. The summary is available for both failed and successful
|
job has finished. The summary is available for both failed and successful
|
||||||
builds. In the case of a failed build, the summary also displays the error
|
builds. In the case of a failed build, the summary also displays the error
|
||||||
|
|
@ -83,3 +79,12 @@ variable in the YAML configuration for your build step:
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
Build summaries are currently not supported for:
|
||||||
|
|
||||||
|
- Builds using [Docker Build Cloud](/build/cloud/_index.md). Support for Docker
|
||||||
|
Build Cloud is planned for a future release.
|
||||||
|
- Repositories hosted on GitHub Enterprise Servers. Summaries can only be
|
||||||
|
viewed for repositories hosted on GitHub.com.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue