This commit is contained in:
@@ -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
|
||||
|
||||
@@ -30,8 +30,8 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: runner
|
||||
#image: gitea/act_runner:latest
|
||||
image: gitea/act_runner:latest-dind-rootless
|
||||
image: gitea/act_runner:latest
|
||||
#image: gitea/act_runner:latest-dind-rootless
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: GITEA_INSTANCE_URL
|
||||
|
||||
Reference in New Issue
Block a user