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