From f72d36ae919746b1d09e8c444d0ec44e78d8d794 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 20 Jun 2022 01:33:47 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c168c53..1bf877a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: