--- steps: build: image: gradle:jdk17 commands: - gradle --build-cache assemble upload: image: gradle:jdk17 commands: - gradle publish # when: # branch: # - master secrets: - source: maven-repo-token target: ci_job_token when: event: - push