Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
f2b35d7d26
commit
a2ba7a165a
@ -4,13 +4,12 @@ name: Docker image build
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
environment:
|
|
||||||
VERSION: 2.7.1
|
|
||||||
steps:
|
steps:
|
||||||
- name: config
|
- name: config
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo -n "$VERSION,latest" > .tags
|
- echo -n "latest" > .tags
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user