when: - event: "push" branch: "main" - event: "manual" steps: - name: "Build Image" image: "docker:dind" commands: - "./build.sh"