diff --git a/.drone.yml b/.drone.yml index ac559c3..0a32bd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,16 +6,16 @@ pipeline: docker-release: image: plugins/docker repo: vmaple/rpdata - tags: latest auto_tag: true secrets: [ docker_username, docker_password ] when: event: tag ref: refs/tags/* - docker-dev: + docker-release-latest: image: plugins/docker repo: vmaple/rpdata - tags: trunk + tags: latest secrets: [ docker_username, docker_password ] when: - event: push \ No newline at end of file + event: tag + ref: refs/tags/* \ No newline at end of file