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 \