File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 steps :
6464 - uses : actions/checkout@v6
6565
66- - name : Ensure opencode placeholder path exists for Docker context
67- run : mkdir -p packages/opencode
68-
6966 - name : Build Docker target stage
7067 run : |
7168 DOCKER_BUILDKIT=1 docker build \
Original file line number Diff line number Diff line change 6060 # when called via workflow_call, defaults to the commit that triggered the workflow
6161 ref : ${{ inputs.ref }}
6262
63- - name : Ensure opencode placeholder path exists for Docker context
64- run : mkdir -p packages/opencode
65-
6663 # NOTE: We parse the description label from the Dockerfile so the
6764 # multi-arch manifest annotation stays in sync and GHCR shows a description.
6865 # If you change the label format or quoting, update the extraction logic.
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v6
2222
23- - name : Ensure opencode placeholder path exists for Docker context
24- run : mkdir -p packages/opencode
25-
2623 - name : Install jq
2724 run : sudo apt-get update && sudo apt-get install -y jq
2825
You can’t perform that action at this time.
0 commit comments