diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 88fcd91..9491692 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -4,7 +4,7 @@ on: branches: [devel] jobs: build: - runs-on: docker + runs-on: ubuntu-latest container: image: node:21-alpine steps: @@ -14,9 +14,6 @@ jobs: apk update - name: Docker Buildx uses: https://code.forgejo.org/docker/setup-buildx-action@v3 - with: - driver: remote - endpoint: tcp://docker:2375 - name: Login to Docker Registry uses: https://code.forgejo.org/docker/login-action@v3 with: