From 0a66b389d31f08a6f302e161669706a57404bcbe Mon Sep 17 00:00:00 2001 From: Aydent Date: Wed, 28 Jan 2026 21:06:40 +0100 Subject: [PATCH] feat: add Gitea Actions workflow to build and push Docker image to container registry. --- .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 4d67713..658c618 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: with: registry: gitea.lemarechal.eu username: ${{ gitea.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PACKAGES_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v4