test gitea actions
Some checks failed
deploy

This commit is contained in:
Sebastian Frank 2023-03-21 14:42:10 +00:00
parent 49e12fd3e3
commit 7100bb7180
Signed by: apairon
GPG Key ID: 9A9F8F10A937E426

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