Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
quackerd 2022-06-20 01:33:47 +00:00
parent fe79457e30
commit f72d36ae91

View File

@ -4,13 +4,13 @@ name: Docker image build
trigger:
branch:
- master
environment:
VERSION: 4.16.1-r2
steps:
- name: config
image: alpine
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
image: plugins/docker
settings: