kind: pipeline type: docker name: default steps: - name: build-and-push image: plugins/docker settings: username: from_secret: docker_username password: from_secret: docker_password repo: git.tunpok.com/ching/python-env registry: git.tunpok.com tags: latest volumes: - name: dockersock host: path: /var/run/docker.sock