From 5886283e391b1219f215bdc8bcc102d743503868 Mon Sep 17 00:00:00 2001 From: Louis Guidez reind33r Date: Wed, 7 Feb 2024 23:31:15 +0100 Subject: [PATCH] testing actions --- .forgejo/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8a078b3..40d1316 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -6,6 +6,8 @@ on: [push] jobs: build: runs-on: docker # default is alpine:3.19 + container: + image: debian:stable-slim steps: - uses: actions/checkout@v3 - shell: ash