Skip to content

Commit

Permalink
ci: cleanup docker containers (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Jul 26, 2022
1 parent 436edb0 commit adb2d90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
docker run \
docker run --rm \
--mount type=bind,src=$PWD/Packages,dst=/home/mediapipe/Packages \
--mount type=bind,src=$PWD/Assets,dst=/home/mediapipe/Assets \
mediapipe_unity:latest \
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Build
run: |
docker run \
docker run --rm \
--mount type=bind,src=$PWD/Packages,dst=/home/mediapipe/Packages \
--mount type=bind,src=$PWD/Assets,dst=/home/mediapipe/Assets \
mediapipe_unity:latest \
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Build
run: |
docker run --cpus=2 --memory=8g ^
docker run --rm --cpus=2 --memory=8g ^
--mount type=bind,src=%CD%\Packages,dst=C:\mediapipe\Packages ^
--mount type=bind,src=%CD%\Assets,dst=C:\mediapipe\Assets ^
mediapipe_unity:latest ^
Expand Down

0 comments on commit adb2d90

Please sign in to comment.