feat(pipeline): Migration from Gitea pipeline to act runner

This commit is contained in:
2025-11-22 17:09:25 +01:00
parent b084041d32
commit 85261efe70
5 changed files with 113 additions and 39 deletions

18
.actrc Normal file
View File

@@ -0,0 +1,18 @@
# Act configuration file
# This file contains default options for the act command
# Use the medium-sized Docker image (includes common tools)
-P ubuntu-latest=catthehacker/ubuntu:act-latest
# Enable verbose logging (comment out if too noisy)
# --verbose
# Always use secrets file if it exists
--secret-file .secrets
# Set container architecture
--container-architecture linux/amd64
# Use Docker BuildKit
--env DOCKER_BUILDKIT=1