ci: Replace github context variables with gitea context variables in Docker build workflow.
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 14s

This commit is contained in:
almazlar
2026-02-20 23:17:58 +03:00
parent cf58ccb2c8
commit 082abfc102

View File

@@ -9,7 +9,7 @@ on:
env:
REGISTRY: git.almazlar.com
OWNER: ${{ github.repository_owner }}
OWNER: ${{ gitea.repository_owner }}
jobs:
build-and-push:
@@ -25,7 +25,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
username: ${{ gitea.actor }}
password: ${{ secrets.ACCESS_TOKEN }}
- name: Extract metadata (tags, labels) for Backend