From 9e195f6f01c7f116155d29be95e56ecee6cfb2c1 Mon Sep 17 00:00:00 2001 From: Collin Lefeber <hello@cfebs.com> Date: Mon, 25 Nov 2024 16:55:55 -0500 Subject: [PATCH] cicd: try old image --- .forgejo/workflows/cicd.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/cicd.yaml b/.forgejo/workflows/cicd.yaml index 969f690..7f4a20a 100644 --- a/.forgejo/workflows/cicd.yaml +++ b/.forgejo/workflows/cicd.yaml @@ -7,8 +7,6 @@ jobs: build: if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: docker - container: - image: forge.cfebs.com/cfebs/node-util:20 steps: - name: checkout uses: https://code.forgejo.org/actions/checkout@v4