We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e5028 commit 3cb48dfCopy full SHA for 3cb48df
.github/workflows/release.yml
@@ -317,6 +317,10 @@ jobs:
317
# Download all artifacts from the 4 Docker image builds
318
- uses: actions/download-artifact@v4
319
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*"
324
path: artifacts
325
326
# Capture the SHA string
0 commit comments