imfreedom/www.imfreedom.org

a7c7fbde9301
Parents 93569997a48e
Children 3ee3f7ea0e6e
Fix the clean tasks and add a clean plan
  • +4 -0
    convey.yml
  • --- a/convey.yml Fri Jun 21 17:04:35 2019 +0000
    +++ b/convey.yml Sun Nov 03 01:17:53 2019 -0500
    @@ -19,6 +19,7 @@
    image: ${REGISTRY}/${REPO}:${TAG}
    clean:
    type: docker/remove
    + quiet: true
    image: ${REGISTRY}/${REPO}:${TAG}
    login:
    type: docker/login
    @@ -45,4 +46,7 @@
    - name: cleanup
    tasks: [logout, clean]
    run: always
    + clean:
    + stages:
    + - tasks: clean