Skip to content

Commit 7796a93

Browse files
committed
fix
1 parent 4e8a173 commit 7796a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collector-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
outputs:
3232
build-image: ${{ steps.builder-tag.outputs.build-image || false }}
3333
collector-builder-tag: ${{ steps.builder-tag.outputs.collector-builder-tag || 'master'}}
34-
local-exclude: ${{ steps.builder-tag.outputs.local-exclude || ''}}
34+
local-exclude: ${{ steps.arch.outputs.local-exclude || '[]'}}
3535

3636
env:
3737
DEFAULT_BUILDER_TAG: master

0 commit comments

Comments
 (0)