Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
quackerd 2022-06-19 13:58:53 +00:00
parent f2b35d7d26
commit a2ba7a165a
1 changed files with 2 additions and 3 deletions

View File

@ -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: