steps: maven: image: gradle:jdk21 pull: true commands: - apt update - apt install -y graphviz - gradle publish -Pmaven="https://maven.frohnmeyer-wds.de/artifacts" secrets: [ maven_token, maven_name ] when: - branch: master