name: smoke-test target mount
on:
push:
branches: [ main ]
jobs:
touch-file:
runs-on: ubuntu-latest
container:
image: alpine:3.20
steps:
- run: echo "hello from forgejo $(date -u)" > /target/ci-test.txt