This commit is contained in:
parent
fe79457e30
commit
f72d36ae91
@ -4,13 +4,13 @@ name: Docker image build
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
environment:
|
|
||||||
VERSION: 4.16.1-r2
|
|
||||||
steps:
|
steps:
|
||||||
- name: config
|
- name: config
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo -n "$VERSION,latest" > .tags
|
- apk add --no-cache git
|
||||||
|
- git clone https://git.quacker.org/d/dockerutils
|
||||||
|
- sh dockerutils/alpine-pkg-tag.sh dhcp
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user