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

This commit is contained in:
Bensch
2026-02-24 14:32:46 +00:00
parent 581a23be54
commit 620ffbf821

View File

@@ -7,11 +7,16 @@ on:
jobs:
build:
# Must match runner labels exactly
runs-on: ["buildkit"]
runs-on: ["buildkit"] # must match runner labels
steps:
# Checkout the repo
# Checkout repository (requires Node)
- name: Install Node.js
run: |
# Debian/Ubuntu based image
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- name: Checkout repository
uses: actions/checkout@v4