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