when: - event: "push" steps: - name: "build" image: "gradle:8.10.2-jdk21" commands: - "gradle build"