From 7398982c85677336f74e1af0569186d245ba4299 Mon Sep 17 00:00:00 2001 From: Coder Date: Tue, 1 Sep 2026 20:00:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/docker-build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index fd8e7a2..0cfcbf3 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -13,8 +13,8 @@ jobs: - uses: docker/login-action@v3 with: registry: git.byte-mate.ru - username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + username: ${{ github.repository_owner }} + password: ${{ secrets.GIT_PASSWORD }} - uses: docker/build-push-action@v6 with: context: . @@ -24,6 +24,6 @@ jobs: git.byte-mate.ru/Coder/UfaHack2024:${{ gitea.sha }} # Notes: -# - Create the GITEA_TOKEN secret in the Gitea repository settings. +# - Create the GIT_PASSWORD secret in the Gitea repository settings. # - A Gitea Actions runner must be registered on the server for this # workflow to run. \ No newline at end of file