Skip to content

Commit

Permalink
Change code mount directory in Docker builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Feb 29, 2024
1 parent 75707f7 commit 1208bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-deb-packages-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ jobs:
--platform linux/${{ inputs.PLATFORM }} \
--rm \
--entrypoint="/usr/local/bin/run.sh" \
-w /root \
-v $(pwd):/root \
-w /usr/src/$(basename $(pwd)) \
-v $(pwd):/usr/src/$(basename $(pwd)) \
-v /tmp/${GITHUB_RUN_ID}/run.sh:/usr/local/bin/run.sh:ro \
-e GENERIC_TOKEN="${GENERIC_TOKEN}" \
${{ inputs.BASE_IMAGE }}:${{ inputs.DISTRO_CODENAME }} 2>&1 | \
Expand Down

0 comments on commit 1208bf5

Please sign in to comment.