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

This commit is contained in:
Bensch
2026-02-24 14:56:27 +00:00
parent 42ee2689b9
commit 13d6e28f2b
2 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,11 @@ jobs:
steps:
- name: Install Node.js on Alpine
run: |
apk add --no-cache nodejs npm git bash curl
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v4