--- kind: pipeline type: docker name: default platform: os: linux arch: amd64 steps: - name: docker image: plugins/docker settings: repo: registry.alxczl.fr/ldap-interface username: from_secret: docker_username password: from_secret: docker_password registry: registry.alxczl.fr auto_tag: true when: branch: - master