Skip to content

Commit 6b5ebd8

Browse files
committed
note about usage of summary feature with download-artifact action
Signed-off-by: CrazyMax <[email protected]>
1 parent 471d1dc commit 6b5ebd8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,19 @@ 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+
> if you don't specify the `name` input (download all artifacts), otherwise the
193+
> action will fail:
194+
> ```yaml
195+
> - uses: actions/download-artifact@v4
196+
> with:
197+
> pattern: "!*.dockerbuild"
198+
> ```
199+
> More info: https://github.com/actions/toolkit/pull/1874
200+
188201
Summaries are enabled by default, but can be disabled with the
189202
`DOCKER_BUILD_SUMMARY` [environment variable](#environment-variables).
190203

0 commit comments

Comments
 (0)