CI/drone: push latest and DRONE_TAG for docker images

pull/287/head
iwilltry42 4 years ago
parent acfa952b51
commit 8f273bd814
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 6
      .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:

Loading…
Cancel
Save