Docker login update
This commit is contained in:
parent
4adec894eb
commit
861d48b0c8
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: root
|
username: ${DRONE_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: docker_pw
|
from_secret: gitea_token
|
||||||
repo: dock.tilera.xyz/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}
|
repo: dock.tilera.xyz/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}
|
||||||
registry: dock.tilera.xyz
|
registry: dock.tilera.xyz
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue