chore: Debug workflow
Some checks failed
build-image / Semantic Release (Dry-run) (push) Successful in 53s
build-image / Semantic Release (push) Has been cancelled
build-image / Container image (push) Has been cancelled

This commit is contained in:
2025-08-19 20:47:58 +10:00
parent 3315322b5c
commit e9bf77f8a7
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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 \