Skip to content

Commit 3cb48df

Browse files
committed
👷 Github Action artifact download bug workaround
1 parent b5e5028 commit 3cb48df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ jobs:
317317
# Download all artifacts from the 4 Docker image builds
318318
- uses: actions/download-artifact@v4
319319
with:
320+
# `pattern:` is a workaround to an artifact upload incompatibility with docker/build-push-action@v6
321+
# Otherwise, without `pattern:` the default of all artifacts would occur just as with this glob
322+
# https://github.com/docker/build-push-action/issues/1167
323+
pattern: "madsciencelab*"
320324
path: artifacts
321325

322326
# Capture the SHA string

0 commit comments

Comments
 (0)