--- steps: - name: test id: test command: make docker-test - name: push branches: [master] depends_on: [test] command: | make docker-push \ DOCKER_EXTRA_ARGS="-v ${HOME}/.docker:/root/.docker"