[ci skip] add TLS to private registry, switch to registry.viktorbarzin.me

This commit is contained in:
Viktor Barzin 2026-02-28 19:40:38 +00:00
parent e8bcf21127
commit 3e3699bbc6
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 30 additions and 6 deletions

View file

@ -15,7 +15,9 @@ steps:
username: "viktorbarzin"
password:
from_secret: dockerhub-pat
repo: viktorbarzin/infra
repo:
- viktorbarzin/infra
- registry.viktorbarzin.me:5050/infra
logins:
- registry: https://index.docker.io/v1/
username: viktorbarzin
@ -24,3 +26,7 @@ steps:
dockerfile: cli/Dockerfile
context: cli
auto_tag: true
cache_from:
- "type=registry,ref=registry.viktorbarzin.me:5050/infra:buildcache"
cache_to:
- "type=registry,ref=registry.viktorbarzin.me:5050/infra:buildcache,mode=max"

View file

@ -16,7 +16,9 @@ steps:
username: "viktorbarzin"
password:
from_secret: dockerhub-pat
repo: viktorbarzin/f1-stream
repo:
- viktorbarzin/f1-stream
- registry.viktorbarzin.me:5050/f1-stream
logins:
- registry: https://index.docker.io/v1/
username: viktorbarzin
@ -27,6 +29,10 @@ steps:
platforms: linux/amd64
provenance: false
tags: latest
cache_from:
- "type=registry,ref=registry.viktorbarzin.me:5050/f1-stream:buildcache"
cache_to:
- "type=registry,ref=registry.viktorbarzin.me:5050/f1-stream:buildcache,mode=max"
- name: deploy
image: bitnami/kubectl