use org secret instead local secret to push images to dockerhub [ci skip]
This commit is contained in:
parent
efb8e99bc2
commit
92c808d588
1 changed files with 1 additions and 6 deletions
|
|
@ -60,17 +60,12 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
username: "viktorbarzin"
|
username: "viktorbarzin"
|
||||||
password:
|
password:
|
||||||
from_secret: dockerhub_password
|
from_secret: dockerhub-pat
|
||||||
repo: viktorbarzin/infra
|
repo: viktorbarzin/infra
|
||||||
dockerfile: cli/Dockerfile
|
dockerfile: cli/Dockerfile
|
||||||
context: cli
|
context: cli
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|
||||||
---
|
|
||||||
kind: secret
|
|
||||||
name: dockerhub_password
|
|
||||||
data: 9Gn6YOfsRTMHP3oxQ06d6JsRaZSbUyEYZ256Iiem2ROPy8THs2gsDyL5cgC5gsOt
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue