From 9c50716d7fa0d628d73b34f5012346d4fc20b41a Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Sat, 29 Jun 2019 09:44:06 -0600 Subject: [PATCH] Use auto tag and other fixesg --- .drone.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7b72987..6ba5a33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,33 +32,15 @@ steps: kind: pipeline name: publish -steps: -- name: tag - image: alpine - commands: - - echo "$DRONE_COMMIT_SHA" > .tags - when: - event: - exclude: - - tag - -- name: tag-release - image: alpine - commands: - - echo "$DRONE_TAG,latest" > .tags - when: - event: - - tag - - name: docker image: plugins/docker - repo: shouptech/humulus settings: - auto_tag: false + auto_tag: true username: from_secret: DOCKER_USERNAME password: from_secret: DOCKER_PASSWORD + repo: shouptech/humulus depends_on: - test