edit docker build flow
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-01-25 01:01:26 +07:00
parent 9b7fa792b7
commit a0980da89c

View File

@@ -22,7 +22,7 @@ jobs:
run: |
echo "${{ secrets.GITEATOKEN }}" | docker login "${{ env.REGISTRY_HOST }}" -u "${{ github.actor }}" --password-stdin
env:
REGISTRY_HOST: git.home # ← ЗАМЕНИТЕ на ваш домен или IP:порт
REGISTRY_HOST: http://gitea:3000 # ← ЗАМЕНИТЕ на ваш домен или IP:порт
- name: Extract metadata (tags, labels)
id: meta