imfreedom/knowledgebase

cfc218daa38f
Parents 8516cb8c3403
Children f5d4e85fdbb7
There's more to the old config than the task names...
  • +4 -4
    convey.yml
  • --- a/convey.yml Mon Apr 11 05:59:54 2022 -0500
    +++ b/convey.yml Mon Apr 11 06:06:19 2022 -0500
    @@ -11,19 +11,19 @@
    files: .:.
    build:
    type: docker/build
    - containerfile: Dockerfile
    + dockerfile: Dockerfile
    tags: ${REGISTRY_HOST}/${REPOSITORY}:${TAG}
    push:
    type: docker/push
    - tags: ${REGISTRY_HOST}/${REPOSITORY}:${TAG}
    + images: ${REGISTRY_HOST}/${REPOSITORY}:${TAG}
    login:
    type: docker/login
    - registry: ${REGISTRY_HOST}
    + server: ${REGISTRY_HOST}
    username: ${REGISTRY_USERNAME}
    password: ${REGISTRY_PASSWORD}
    logout:
    type: docker/logout
    - registry: ${REGISTRY_HOST}
    + server: ${REGISTRY_HOST}
    plans:
    default:
    stages: