kind: pipeline name: default steps: - name: glibc-shared image: plugins/docker settings: dockerfile: glibc-shared/Dockerfile username: from_secret: docker_username password: from_secret: docker_password repo: arminfriedl/xwim-build tags: - shared - name: musl-static image: plugins/docker settings: dockerfile: musl-static/Dockerfile username: from_secret: docker_username password: from_secret: docker_password repo: arminfriedl/xwim-build tags: - static