Runner 构建机

1
$ podman build -v /mnt/cache/go_install/mod/:/go/pkg/mod/ -v /mnt/cache/go_cache/go-build/:/root/.cache/go-build -v /mnt/cache/npm_install/_cacache/:/root/.npm/_cacache/ -v /mnt/cache/php_install/:/root/.composer/cache/ -t $GITHUB_REPOSITORY:$GITHUB_REF_NAME .
往上