From cc39167a8e6861ed33d1cf7e915890dc74972c48 Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Thu, 17 Jul 2025 21:17:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D1=91=D0=BB=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D1=89=D0=B8=D0=BA=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=20=D1=81=20Debian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 830e84b..53f8dc5 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -3,13 +3,13 @@ on: branches: - master jobs: - test: + build: runs-on: docker container: - image: docker.io/library/node:24-alpine + image: docker.io/library/node:24 steps: - name: Install Git - run: apk add --no-cache git + run: sudo apt update && sudo apt install git - name: Checkout code uses: actions/checkout@v4