test gitea actions
This commit is contained in:
parent
437eab3617
commit
2e142a57f1
@ -8,6 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: alpine:edge
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /data:/data
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -16,3 +21,6 @@ jobs:
|
|||||||
- run: hostname
|
- run: hostname
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
- run: pkg install -y docker
|
||||||
|
- run: docker ps
|
||||||
|
- run: ls -la /data
|
||||||
|
Loading…
Reference in New Issue
Block a user