From e9bf77f8a7ca7ef3d10a841cbfc35f4aad46c19d Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 19 Aug 2025 20:47:58 +1000 Subject: [PATCH] chore: Debug workflow --- .gitea/workflows/actions.yaml | 3 +++ Dockerfile | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 25654a2..57471a1 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -62,6 +62,9 @@ jobs: registry: code.spamasaurus.com username: ${{ secrets.GIT_USERNAME }} password: ${{ secrets.GIT_APIKEY }} + - name: Debug workflow + run: | + sleep 7200 - name: Build & push container image uses: docker/build-push-action@v5 with: diff --git a/Dockerfile b/Dockerfile index a8b8399..cb89df7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM catthehacker/ubuntu:act-24.04 AS source +# FROM gitea/act_runner:ubuntu-24.04-v25.08.01 +FROM catthehacker/ubuntu:act-24.04-20250815 AS source RUN apt-get update && \ apt-get install -y --no-install-recommends \