This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user