Skip to content

Commit

Permalink
Merge pull request #235 from s3rj1k/deb
Browse files Browse the repository at this point in the history
Change code mount directory in Docker builder.
  • Loading branch information
andywolk authored Feb 29, 2024
2 parents 75707f7 + 1208bf5 commit 0de5e20
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 0de5e20

Please sign in to comment.