Use docker_username/docker_password secrets (match other repos)
All checks were successful
ci/woodpecker/push/build Pipeline was successful

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mikhail Kilin
2026-03-18 10:44:02 +03:00
parent 24aa225481
commit a74fd5c859

View File

@@ -12,9 +12,9 @@ steps:
context: backend context: backend
tags: latest tags: latest
username: username:
from_secret: gitea_username from_secret: docker_username
password: password:
from_secret: gitea_password from_secret: docker_password
- name: build-frontend - name: build-frontend
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
@@ -25,6 +25,6 @@ steps:
context: frontend context: frontend
tags: latest tags: latest
username: username:
from_secret: gitea_username from_secret: docker_username
password: password:
from_secret: gitea_password from_secret: docker_password