pidgin/carrier

Update convey.yml for the current standard
draft
2019-11-03, Gary Kramlich
925f33a47920
Parents 753da54a9284
Children 599c20fd7100
Update convey.yml for the current standard
  • +10 -0
    convey.yml
  • --- a/convey.yml Wed May 15 00:51:27 2019 -0500
    +++ b/convey.yml Sun Nov 03 04:53:33 2019 -0600
    @@ -30,6 +30,11 @@
    type: docker/push
    images: ${REGISTRY}/${REPO}:${TAG}
    + clean:
    + type: docker/remove
    + quiet: true
    + images: ${REGISTRY}/${REPO}:${TAG}
    +
    plans:
    default:
    stages:
    @@ -39,3 +44,8 @@
    - tasks: [import, build, login, push]
    - tasks: [logout]
    run: always
    +
    + clean:
    + stages:
    + - tasks: clean
    +