Files
docker-actions-test/.gitea/workflows/build.yaml
tqcq eda91ee95e
Some checks failed
test / container-job (push) Failing after 6s
init repo.
2025-07-30 17:32:21 +08:00

13 lines
246 B
YAML

name: test
on: [push]
jobs:
container-job:
runs-on: ubuntu-22.04
container:
image: busybox
options: --cpus 1
steps:
- name: Check
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)