add ACT task.
This commit is contained in:
parent
12be1fe800
commit
ffed8a9dc1
2 changed files with 9 additions and 0 deletions
8
.taskfiles/act/Taskfile.yaml
Normal file
8
.taskfiles/act/Taskfile.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
run:
|
||||||
|
desc: Run ACT with custom image
|
||||||
|
cmds:
|
||||||
|
- act -P ubuntu-x86_64=catthehacker/ubuntu:act-latest
|
|
@ -18,6 +18,7 @@ includes:
|
||||||
k8s: .taskfiles/k8s
|
k8s: .taskfiles/k8s
|
||||||
flux: .taskfiles/flux
|
flux: .taskfiles/flux
|
||||||
talos: .taskfiles/talos
|
talos: .taskfiles/talos
|
||||||
|
act: .taskfiles/act
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue