github.com/m3db/m3@v1.5.0/.buildkite/image-release-pipeline.yml (about) 1 steps: 2 # We add a wait step here so that docker images and docs won't get built 3 # unless rest of CI passes. 4 - wait 5 - name: ":docker: build quay.io/m3db" 6 command: ".ci/docker/build.sh" 7 env: 8 M3_DOCKER_REPO: quay.io/m3db 9 agents: 10 queue: builders 11 timeout_in_minutes: 60 12 retry: 13 automatic: 14 limit: 1 15 manual: true 16 plugins: 17 - docker-login#v2.0.1: 18 server: quay.io 19 username: m3db+buildkite 20 password-env: QUAY_M3DB_TOKEN 21 - name: ":docker: build quay.io/m3" 22 command: ".ci/docker/build.sh" 23 env: 24 M3_DOCKER_REPO: quay.io/m3 25 agents: 26 queue: builders 27 timeout_in_minutes: 60 28 retry: 29 automatic: 30 limit: 1 31 manual: true 32 plugins: 33 - docker-login#v2.0.1: 34 server: quay.io 35 username: m3+buildkite 36 password-env: QUAY_M3_TOKEN