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: steps:
- name: Install Node.js on Alpine
run: |
apk add --no-cache nodejs npm git bash curl
# Checkout the repository # Checkout the repository
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -30,8 +30,8 @@ spec:
containers: containers:
- name: runner - name: runner
#image: gitea/act_runner:latest image: gitea/act_runner:latest
image: gitea/act_runner:latest-dind-rootless #image: gitea/act_runner:latest-dind-rootless
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: GITEA_INSTANCE_URL - name: GITEA_INSTANCE_URL