This commit is contained in:
parent
ef98ecd866
commit
c4fbc417f7
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set Docker host
|
||||||
|
run: export DOCKER_HOST=tcp://forgejo-runner:2375
|
||||||
|
|
||||||
- name: Install Docker CLI
|
- name: Install Docker CLI
|
||||||
run: apt-get update && apt-get install -y docker.io
|
run: apt-get update && apt-get install -y docker.io
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue