build: document ghes limitation for build summary

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-06-27 15:33:01 +02:00
parent 7d004fcd04
commit e9c79d08f6
1 changed files with 9 additions and 4 deletions

View File

@ -21,10 +21,6 @@ GitHub Actions:
- `docker/build-push-action@v6`
- `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
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
@ -83,3 +79,12 @@ variable in the YAML configuration for your build step:
tags: ${{ steps.meta.outputs.tags }}
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.