test gitea actions
Some checks failed
deploy

This commit is contained in:
Sebastian Frank 2023-03-23 14:14:37 +00:00
parent afcc5e64e9
commit d0d32d05cf
Signed by: apairon
SSH Key Fingerprint: SHA256:lYVOnGlR42QHj7wuqfFgGw8cKbfyZUpzeRDGVBBAHQU

View File

@ -8,10 +8,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: alpine:edge
volumes:
- /data:/data
# container:
# image: alpine:edge
# volumes:
# - /data:/data
steps:
# - uses: actions/checkout@v3
# with:
@ -20,6 +20,6 @@ jobs:
- run: hostname
- run: pwd
- run: ls -la
- run: apk add --no-cache docker
# - run: apk add --no-cache docker
- run: docker ps
- run: ls -la /data
# - run: ls -la /data