Commit a1a4c3d
committed
.github: scope artifact to current app to avoid upload races
All container push jobs shared the same artifact namespace and each
downloaded every other container's artifacts with `artifact-*`, causing
parallel release uploads to collide with "already_exists" errors.
Narrow the pattern to `artifact-${{ inputs.app }}-*` so each push job
only handles its own amd64/arm64 pair.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>1 parent 3e50608 commit a1a4c3d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments