Commit c1b7770
committed
Enhance Docker run command in action.yml to use custom entrypoint
- Updated the Docker run command to include the `--entrypoint` flag, allowing for the specification of a custom entrypoint script.
- This change improves the flexibility of the action by enabling the use of a specific entrypoint for the container.1 parent ee41bff commit c1b7770
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
170 | | - | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments