From f1ce99baada9a4f6ba2273f71aa6a6730579f06c Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 22 Jan 2024 18:49:43 -0600 Subject: [PATCH] Try again without installing Docker --- .gitea/workflows/commit.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 9761d74..7dc05b5 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -5,8 +5,6 @@ on: push: branches: - "main" - # schedule: - # - cron: "37 18 * * *" env: REGISTRY: gitea.taco.quest @@ -21,8 +19,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