diff --git a/.drone.yml b/.drone.yml index 44c15aa..767150b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,12 @@ name: Docker image build trigger: branch: - master -environment: - VERSION: 2.7.1 + steps: - name: config image: alpine commands: - - echo -n "$VERSION,latest" > .tags + - echo -n "latest" > .tags - name: build image: plugins/docker settings: