Update .forgejo/workflows/build.yml
All checks were successful
Build Custom docker:dind image / build-container-fallback (push) Has been skipped
Build Custom docker:dind image / build-container (push) Successful in 1m41s

This commit is contained in:
Neshura 2023-12-20 07:11:09 +00:00
parent 33c4c282e9
commit d4e2244d23

View file

@ -48,9 +48,6 @@ jobs:
tee /etc/apt/sources.list.d/docker.list > /dev/null; \
apt-get update; \
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
-
name: Install Node.js
run: apt install -y nodejs npm
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3