mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
github: fix docker builder run path
This commit is contained in:
@@ -120,9 +120,8 @@ jobs:
|
||||
|
||||
- name: Build the world
|
||||
run: |
|
||||
docker run --rm -w "${SRC_DIR}" \
|
||||
docker run --rm -w "${GITHUB_ACTION_PATH}" \
|
||||
--env=LOCAL_USER_ID="$(id -u)" \
|
||||
--publish 14556:14556/udp \
|
||||
--volume=/tmp:/tmp:rw \
|
||||
--volume=${SRC_DIR}:${SRC_DIR}:rw \
|
||||
--volume=${GITHUB_ACTION_PATH}:${GITHUB_ACTION_PATH}:rw \
|
||||
px4io/px4-dev:${{ env.DOCKER_TAG }} /bin/bash -c "make ${{ matrix.target }}"
|
||||
|
||||
Reference in New Issue
Block a user