aboutsummaryrefslogtreecommitdiff
path: root/.buildkite/pipeline.yml
blob: 313fd7551d904d3b8bf90e7c0b681ca87ec0185e (plain) (blame)
1
2
3
4
5
6
7
---
steps:
  - name: push
    branches: [master]
    command: |
      make docker-push \
        DOCKER_EXTRA_ARGS="-v ${HOME}/.docker:/root/.docker"