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