diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 3ecf792..940afee 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -3,8 +3,6 @@ on: pull_request: branches: - main - paths-ignore: - - '**.md' jobs: pr-check: diff --git a/README.md b/README.md index ddade4a..8b5010f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ More Docker Details: https://github.com/jasonyang-ee/STM32-Dockerfile - Docker Build ``` -docker run -v "{Your_Local_Full_Path}":"/home" jasonyangee/stm32_ubuntu:latest https://github.com/jasonyang-ee/STM32G431KB +docker run -rm -v {Your_Local_Full_Path}:/home jasonyangee/stm32-builder:Ubuntu-latest https://github.com/jasonyang-ee/STM32G431KB ``` > Visit Here for More Details: https://github.com/jasonyang-ee/STM32-Dockerfile ![Run](doc/img/run.gif)