diff --git a/install-act.sh b/install-act.sh index 7383e12..9364b4d 100644 --- a/install-act.sh +++ b/install-act.sh @@ -3,6 +3,9 @@ act --version brew install act +# https://github.com/nektos/act/issues/1866#issuecomment-2250414551 +act --network="bridge" --artifact-server-addr="host.docker.internal" --cache-server-addr="host.docker.internal" --workflows=.github/workflows/ci-cd.yaml --pull=false --secret-file=.env.secrets.local --job=deploy + act --workflows .gitea/workflows/docker-image.yml -P ubuntu-arm64=gitea/runner-images:ubuntu-latest --pull=false --secret-file my.secrets # curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash