kind: pipeline name: default steps: - name: build image: busybox commands: - grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags - name: docker image: plugins/docker settings: username: samservices password: from_secret: docker_password repo: registry.samservices.de/subsonic registry: registry.samservices.de