From 211b3d70c124219103cc87cb98409621eb799df9 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 20 Jun 2022 00:49:38 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: