def main(ctx): return { "kind": "pipeline", "type": "docker", "name": "nomad-nummer5", "platform": { "os": "linux", "arch": "arm64" } , "steps": [ { "name": "git log", "image": "cr.wks/debian-stable", "commands": [ "git diff-tree --no-commit-id --name-only HEAD -r" ] } ] }