From 8f273bd814e94e96e7b1a800e4ac3d6d93db1faf Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 17 Jun 2020 20:09:38 +0200 Subject: [PATCH] CI/drone: push latest and DRONE_TAG for docker images --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 61a87599..b07c82e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -169,6 +169,9 @@ steps: image: plugins/docker settings: repo: rancher/k3d-proxy + tags: + - latest + - ${DRONE_TAG} dockerfile: proxy/Dockerfile context: proxy/ username: @@ -198,6 +201,9 @@ steps: image: plugins/docker settings: repo: rancher/k3d-tools + tags: + - latest + - ${DRONE_TAG} dockerfile: tools/Dockerfile context: tools/ username: