From fb83eadc84b141e56a55ae2e3d8a841b101a0c76 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 19 Jan 2025 10:49:52 +0100 Subject: [PATCH] using an nodejs image and the normal checkout --- .forgejo/workflows/container-build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/container-build.yml b/.forgejo/workflows/container-build.yml index 9316b6e..7708c20 100644 --- a/.forgejo/workflows/container-build.yml +++ b/.forgejo/workflows/container-build.yml @@ -3,14 +3,10 @@ on: [push] jobs: clone: runs-on: private-vault + container: + image: docker.io/node:lts steps: - - name: clone - run: | - apt update - apt install git - git init - git remote add origin "${{ github.repository }}" - git pull --depth=1 + - uses: actions/checkout@v3 configuration: runs-on: private-vault needs: