From 7485151f66575680764f1f262eb8da59db507943 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Wed, 17 Sep 2025 10:07:40 +0330 Subject: [PATCH] oops --- .gitea/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-docker-image.yml b/.gitea/workflows/build-docker-image.yml index bfc9248..418714c 100644 --- a/.gitea/workflows/build-docker-image.yml +++ b/.gitea/workflows/build-docker-image.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Install required tools - run: apk add --no-cache git nodejs npm + run: apk add --no-cache git nodejs npm curl # 1. Check out the repo - uses: actions/checkout@v4