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