Skip to content

Commit ce77e61

Browse files
committed
fix platforms cast to list typo
1 parent 14e27c3 commit ce77e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-builder-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
{
5959
echo "version=${{ inputs.app_version }}-r${{ inputs.revision }}"
6060
echo "platforms<<9743a66f914cc249efca164485a19c5c"
61-
echo echo "[\"${platforms//,/\",\"}\"]"
61+
echo "[\"${platforms//,/\",\"}\"]"
6262
echo "9743a66f914cc249efca164485a19c5c"
6363
} >> "$GITHUB_OUTPUT"
6464
outputs:

0 commit comments

Comments
 (0)