This commit is contained in:
Greyscale 2024-07-31 12:34:09 +02:00
parent 1a3625d7b5
commit f421a38ab2
2 changed files with 15 additions and 0 deletions

13
.actrc Normal file
View file

@ -0,0 +1,13 @@
--action-cache-path .github/cache/act/actions
--artifact-server-path .github/cache/act/artifacts
--artifact-server-port 45510
--cache-server-path .github/cache/act/cache
--use-new-action-cache
--var-file .act.vars
--secret-file .act.secrets
--pull=false
--platform self-hosted=ghcr.io/catthehacker/ubuntu:act-latest
--platform ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
--platform ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04
--platform ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04
--platform ubuntu-18.04=ghcr.io/catthehacker/ubuntu:act-18.04

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/.idea
/.act.secrets