# Act configuration for local GitHub Actions testing
# https://github.com/nektos/act

# Use Docker images that closely match GitHub Actions runners
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
-P ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04
-P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04

# Use host Docker daemon
--container-architecture linux/amd64

# Reuse containers for faster runs
--reuse

# Default secret file location
--secret-file .secrets