Skip to content

Commit

Permalink
action.yml: syntax
Browse files Browse the repository at this point in the history
Signed-off-by: C. Mangla <[email protected]>
  • Loading branch information
cmangla authored Sep 5, 2024
1 parent 2f6ef01 commit 9272744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
echo "::group:: Build docker image for SDK"
docker build \
--build-arg CONTAINER --build-arg ARCH \
--builder=wrt-sdk-container-builder --load \ # use given builder and load result to local daemon
--builder=wrt-sdk-container-builder --load \
--cache-to type=gha,mode=max --cache-from type=gha \
-t sdk $GITHUB_ACTION_PATH
echo "::endgroup::"
Expand Down

0 comments on commit 9272744

Please sign in to comment.