Skip to content

Commit 73f620d

Browse files
committed
note about usage of summary feature with download-artifact action
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 471d1dc commit 73f620d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,18 @@ additional details about the build, including build stats, logs, outputs, and
185185
more. The build record can be imported to Docker Desktop for inspecting the
186186
build in greater detail.
187187

188+
> [!WARNING]
189+
>
190+
> If you're using the [`actions/download-artifact`](https://github.com/actions/download-artifact)
191+
> action in your workflow, you need to ignore the build record artifacts
192+
> otherwise the action will fail:
193+
> ```yaml
194+
> - uses: actions/download-artifact@v4
195+
> with:
196+
> pattern: !*.dockerbuild
197+
> ```
198+
> More info: https://github.com/actions/toolkit/pull/1874
199+
188200
Summaries are enabled by default, but can be disabled with the
189201
`DOCKER_BUILD_SUMMARY` [environment variable](#environment-variables).
190202

0 commit comments

Comments
 (0)