kind: pipeline type: docker name: image steps: - name: build image: plugins/docker settings: context: raspberryPi dockerfile: raspberryPi/Dockerfile registry: registry.finndane.nl username: from_secret: docker_username password: from_secret: docker_password repo: registry.finndane.nl/finn-dane/special-io tags: - latest trigger: branch: - master