#https://github.com/tangyibo/greenplum_docker kind: pipeline type: docker name: default platform: arch: amd64 os: linux steps: - name: publish image: plugins/docker:19.03.8 environment: PLUGIN_REGISTRY: 10.10.14.176:5000 PLUGIN_REPO: 10.10.14.176:5000/docker/greenplum settings: insecure: true tags: - 6.16.2 - ${DRONE_COMMIT_SHA:0:8}