You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add .actrc with detailed comments
decisions for defaults:
- use bind mount rather than docker cp for speed (requires cleaning
environment and action addition)
- remove containers and volumes after finishing - those can quickly
build up to big sizes
- add action that sets git's safe directory to * for act runs
git started checking if user running git and user owning repo are the
same
github requires containers to run as root user
act doing docker cp takes long time but bind is quick, yet we get
fperm issues as most people dont have root owned repo
Signed-off-by: Alexander Mazuruk <[email protected]>
0 commit comments