pidgin/builders

bee41f51c514
Parents f67bc98f073d
Children 991a9103fb1e
Add a clean plan so the task works on build release-2.x.y and default branches
  • +10 -0
    convey.yml
  • --- a/convey.yml Thu May 16 23:50:39 2019 -0500
    +++ b/convey.yml Mon Dec 14 22:09:45 2020 -0600
    @@ -34,6 +34,11 @@
    type: docker/logout
    server: ${REGISTRY_HOST}
    + clean:
    + type: docker/remove
    + quiet: true
    + images: ${REGISTRY}/${REPO}:${TARGET}
    +
    plans:
    debian-buster-amd64:
    environment: [DISTRO=debian, VERSION=buster, FILES=simple]
    @@ -50,3 +55,8 @@
    - tasks: [login, publish]
    - tasks: [logout]
    run: always
    +
    + clean:
    + stages:
    + - tasks: clean
    +