test
Some checks failed
Build Dockerfile with Remote BuildKit / build (push) Failing after 5s

This commit is contained in:
Bensch
2026-02-24 14:43:54 +00:00
parent c51543201a
commit 42ee2689b9

View File

@@ -10,13 +10,6 @@ jobs:
runs-on: ["buildkit"] # must match runner labels runs-on: ["buildkit"] # must match runner labels
steps: steps:
# Install basic dependencies for Node.js
- name: Install Node.js dependencies
run: |
apt-get update
apt-get install -y curl gnupg ca-certificates
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
# Checkout the repository # Checkout the repository
- name: Checkout repository - name: Checkout repository