diff --git a/.taskfiles/act/Taskfile.yaml b/.taskfiles/act/Taskfile.yaml new file mode 100644 index 0000000..c48e22f --- /dev/null +++ b/.taskfiles/act/Taskfile.yaml @@ -0,0 +1,8 @@ +--- +version: "3" + +tasks: + run: + desc: Run ACT with custom image + cmds: + - act -P ubuntu-x86_64=catthehacker/ubuntu:act-latest diff --git a/Taskfile.yaml b/Taskfile.yaml index 3bb0a73..3ad3e1e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -18,6 +18,7 @@ includes: k8s: .taskfiles/k8s flux: .taskfiles/flux talos: .taskfiles/talos + act: .taskfiles/act tasks: default: