diff --git a/.drone.yml b/.drone.yml index 101bda8..91f5ec2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,13 +5,13 @@ name: unit steps: - name: build image: golang - pull: always + pull: if-not-exists commands: - go test - go build - name: publish - image: plugins/docker + image: plugins/docker:latest settings: username: from_secret: docker-user