Skip to content

actionsflow/act-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Act Environment

Table of Contents

About

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

Getting Started

act -P ubuntu-latest=actionsflow/act-environment:v1

See also at act

Publish

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