test gitea actions

This commit is contained in:
Sebastian Frank 2023-03-21 14:42:10 +00:00
parent 437eab3617
commit 2e142a57f1

View File

@ -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