Act Environment docker image. This image is based on node:lts-buster-slim
, add git
,curl
supporting.
This is the default Actionsflow act enviroment by setup-act-for-actionsflow
act -P ubuntu-latest=actionsflow/act-environment:v1
See also at act
docker build -t actionsflow/act-environment:latest . && docker push actionsflow/act-environment:latest
Release:
docker tag actionsflow/act-environment:latest actionsflow/act-environment:v1 && docker push actionsflow/act-environment:v1