From 3e47016cd93812c2adf183fe8c7c269f7824b56b Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Sun, 2 Apr 2023 19:34:07 +0200 Subject: [PATCH] added container --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f6f0ce9..7de9685 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: Deploy: runs-on: ubuntu-latest + container: + image: docker:dind steps: - uses: actions/checkout@v3