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