This commit is contained in:
parent
b2f7210544
commit
e770cfd435
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user