diff --git a/.drone.yml b/.drone.yml index c8a675cc45..e191a3393d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,7 +66,7 @@ pipeline: registry: quay.io repo: quay.io/srcd/talks secrets: [ docker_username, docker_password ] - tag: '${DRONE_COMMIT_SHA:0:7}' + tag: 'commit-${DRONE_COMMIT_SHA:0:7}' dockerfile: Dockerfile debug: true when: @@ -80,7 +80,7 @@ pipeline: release: talks prefix: STG secrets: [ STG_API_SERVER, STG_KUBERNETES_TOKEN ] - values: ingress.globalStaticIpName=talks-staging,ingress.hosts={talks-staging.srcd.run},image.tag=${DRONE_COMMIT_SHA:0:7} + values: ingress.globalStaticIpName=talks-staging,ingress.hosts={talks-staging.srcd.run},image.tag=commit-${DRONE_COMMIT_SHA:0:7} tiller_ns: kube-system wait: true when: