pidgin/nest

Add some labels to the built image

2019-06-07, Gary Kramlich
078f22061957
Parents 49cb32dd5d44
Children aa30d448f63a
Add some labels to the built image
  • +3 -0
    convey.yml
  • --- a/convey.yml Fri Jun 07 02:02:25 2019 +0000
    +++ b/convey.yml Fri Jun 07 15:41:49 2019 -0500
    @@ -13,6 +13,9 @@
    type: docker/build
    dockerfile: Dockerfile
    tag: ${REGISTRY}/${REPO}:${TAG}
    + labels:
    + - BUILD_DATE=${RUN_TIME}
    + - COMMIT=${HG_COMMIT}
    files: .
    push:
    type: docker/push