Skip to content

Commit 8ec5dcf

Browse files
committed
test
1 parent 9b502bc commit 8ec5dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-parallel-multiarch-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
echo "image=${image%%:*}"
123123
124124
echo "cache-map<<9743a66f914cc249efca164485a19c5c"
125-
jq --arg 'id_suffix' '-${{ matrix.platform }}' 'to_entries | map({(.key): {target: .value, id: "\(.key)\($id_suffix)"}})' << 9743a66f914cc249efca164485a19c5c
125+
jq --arg 'id_suffix' '-${{ matrix.platform }}' 'to_entries | map({(.key): {target: .value, id: "\(.key)\($id_suffix)"}}) | add' << 9743a66f914cc249efca164485a19c5c
126126
${{ inputs.buildkit-mount-caches }}
127127
9743a66f914cc249efca164485a19c5c
128128
echo "9743a66f914cc249efca164485a19c5c"

0 commit comments

Comments
 (0)