Skip to content

Commit

Permalink
fix platforms cast to list typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ committed Feb 12, 2025
1 parent 27e93fe commit c90b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builder-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
{
echo "version=${{ inputs.app_version }}-r${{ inputs.revision }}"
echo "platforms<<9743a66f914cc249efca164485a19c5c"
echo echo "[\"${platforms//,/\",\"}\"]"
echo "[\"${platforms//,/\",\"}\"]"
echo "9743a66f914cc249efca164485a19c5c"
} >> "$GITHUB_OUTPUT"
outputs:
Expand Down

0 comments on commit c90b210

Please sign in to comment.