CI/drone: push latest and DRONE_TAG for docker images
This commit is contained in:
parent
acfa952b51
commit
8f273bd814
@ -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…
Reference in New Issue
Block a user