imfreedom/knowledgebase

f5d4e85fdbb7
Parents cfc218daa38f
Children aa47652d0085
Apparently the ci tasks wants a clean plan too
  • +8 -0
    convey.yml
  • --- a/convey.yml Mon Apr 11 06:06:19 2022 -0500
    +++ b/convey.yml Mon Apr 11 06:11:40 2022 -0500
    @@ -24,6 +24,10 @@
    logout:
    type: docker/logout
    server: ${REGISTRY_HOST}
    + clean:
    + type: docker/remove
    + images: ${REGISTRY_HOST}/${REPOSITORY}:${TAG}
    + quiet: true
    plans:
    default:
    stages:
    @@ -33,3 +37,7 @@
    - tasks: [import, build, login, push]
    - tasks: [logout]
    run: always
    + clean:
    + stages:
    + - tasks: [clean]
    +