diff --git a/.drone.yml b/.drone.yml index 3de3298..817d89c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,9 @@ steps: - name: config image: alpine commands: - - echo -n "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: