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