use org secret instead local secret to push images to dockerhub [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-24 23:25:11 +00:00
parent efb8e99bc2
commit 92c808d588

View file

@ -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