Обновить .gitea/workflows/docker-build.yml
Some checks failed
Build and push Docker image (Gitea) / build (push) Failing after 16s

This commit is contained in:
2026-09-01 20:00:39 +07:00
parent f7391a6971
commit 7398982c85

View File

@@ -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.