From 6c0b7ea906531c78a860feff3ea84e5a13ecd15b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Jun 2026 21:46:21 -0400 Subject: [PATCH] Update build workflow and add .actrc --- .actrc | 2 ++ .gitea/workflows/build.yml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .actrc diff --git a/.actrc b/.actrc new file mode 100644 index 00000000..6eb74fe4 --- /dev/null +++ b/.actrc @@ -0,0 +1,2 @@ +-P ubuntu-latest=catthehacker/ubuntu:act-latest +--artifact-server-path=/tmp/act-artifacts diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index cbaf4ec6..34dc69f5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,7 +40,7 @@ jobs: name: Validate (composer + pint) runs-on: ubuntu-latest container: - image: php:8.3-cli + image: mcr.microsoft.com/devcontainers/php:8.3 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -86,7 +86,7 @@ jobs: name: Test (PHPUnit) runs-on: ubuntu-latest container: - image: php:8.3-cli + image: mcr.microsoft.com/devcontainers/php:8.3 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -204,7 +204,7 @@ jobs: name: Security audit runs-on: ubuntu-latest container: - image: php:8.3-cli + image: mcr.microsoft.com/devcontainers/php:8.3 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -251,7 +251,7 @@ jobs: name: Deploy to shared hosting (PHP) runs-on: ubuntu-latest container: - image: php:8.3-cli + image: mcr.microsoft.com/devcontainers/php:8.3 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' needs: [test, build, security] environment: