From f412546093832966124cb91c8ccefa8a4eaf743e Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 22 Jan 2024 13:31:44 -0600 Subject: [PATCH] Re-add Docker to the action --- .gitea/workflows/commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 9e7ecf5..9761d74 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -21,8 +21,8 @@ jobs: packages: write steps: - # - name: Prepare the container - # run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh + - name: Prepare the container + run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh - name: Checkout repository uses: actions/checkout@v4