File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3636 - uses : actions/download-artifact@v6
3737 with :
3838 path : _artifacts
39+ pattern : " !*.dockerbuild"
3940
4041 - name : Set up QEMU
4142 uses : docker/setup-qemu-action@v3
@@ -123,6 +124,7 @@ jobs:
123124 - uses : actions/download-artifact@v6
124125 with :
125126 path : _artifacts
127+ pattern : " !*.dockerbuild"
126128
127129 - name : Set up QEMU
128130 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - uses : actions/download-artifact@v6
14+ with :
15+ pattern : " !*.dockerbuild"
1416 - uses : azure/setup-kubectl@v4
1517 - uses : fermyon/actions/spin/setup@v1
1618 with :
Original file line number Diff line number Diff line change 4040 - uses : actions/download-artifact@v6
4141 with :
4242 path : _artifacts
43+ pattern : " !*.dockerbuild"
4344
4445 - name : Copy release workload assets into _dist
4546 if : startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments