From d28f3318e4e245402b8fa035f6109695aacc2240 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sun, 30 Mar 2025 18:36:13 +0300 Subject: [PATCH] fix docker push --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6fb1a34..e1cf98b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: with: registry: git.neur0tx.site username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.DOCKER_PUSH_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v6