demo
This commit is contained in:
parent
809928f35c
commit
c4a118eb35
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: touch /artifacts/test
|
||||
|
||||
test2:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -7,7 +7,9 @@ services:
|
|||
privileged: 'true'
|
||||
command: ['dockerd', '-H', 'tcp://0.0.0.0:2375', '--tls=false']
|
||||
restart: 'unless-stopped'
|
||||
|
||||
volumes:
|
||||
- /home/forgejo-runner/artifacts:/artifacts
|
||||
|
||||
gitea:
|
||||
image: 'code.forgejo.org/forgejo/runner:3.4.1'
|
||||
links:
|
||||
|
@ -22,6 +24,7 @@ services:
|
|||
user: 1000:1000
|
||||
volumes:
|
||||
- /home/forgejo-runner/data:/data
|
||||
- /home/forgejo-runner/artifacts:/artifacts
|
||||
restart: 'unless-stopped'
|
||||
expose:
|
||||
- "8080"
|
||||
|
|
Loading…
Reference in a new issue