chore: Debug workflow
This commit is contained in:
@ -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:
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user