diff --git a/.forgejo/workflows/cicd.yaml b/.forgejo/workflows/cicd.yaml index 851a4cf..519e5fa 100644 --- a/.forgejo/workflows/cicd.yaml +++ b/.forgejo/workflows/cicd.yaml @@ -8,11 +8,8 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: docker container: - image: node:20-alpine + image: codeberg.org/cfebs/node-util:latest steps: - - name: setup - run: apk update && apk add git openssh openssh-client rsync python3 py3-markdown py3-pygments make - - name: checkout uses: https://code.forgejo.org/actions/checkout@v4