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
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: rancher/k3d-proxy
|
repo: rancher/k3d-proxy
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_TAG}
|
||||||
dockerfile: proxy/Dockerfile
|
dockerfile: proxy/Dockerfile
|
||||||
context: proxy/
|
context: proxy/
|
||||||
username:
|
username:
|
||||||
@ -198,6 +201,9 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: rancher/k3d-tools
|
repo: rancher/k3d-tools
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_TAG}
|
||||||
dockerfile: tools/Dockerfile
|
dockerfile: tools/Dockerfile
|
||||||
context: tools/
|
context: tools/
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user