From ad8fe1599b76a6f7dc5f9f236f5afbd920392523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 10 Jan 2018 17:18:10 +0100 Subject: [PATCH] fix: latest tag contained no VERSION build arg --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0dde971..fb280a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ pipeline: docker: image: plugins/docker repo: docker.jcg.re/airsonic + build_args: + - VERSION=v10.1.1 registry: docker.jcg.re secrets: [docker_username, docker_password] tags: latest