kind: pipeline type: docker name: build push steps: - name: docker image: plugins/docker settings: registry: code.wejust.rest repo: code.wejust.rest/lain/larcs tags: latest dockerfile: Dockerfile context: . username: from_secret: docker_username password: from_secret: docker_password