2.5.2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
quackerd 2021-03-16 14:57:02 -04:00
parent b2f7210544
commit e770cfd435
Signed by: d
GPG Key ID: F73412644EDE357A

View File

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