From 974e33aa3b54e4a01ac1a22bb7abc9cc8787a45f Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Thu, 9 Jul 2026 10:14:37 -0400 Subject: [PATCH] fix: docker cicd --- .gitea/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 85a213f..dd64717 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,8 +6,6 @@ on: jobs: ci: runs-on: ubuntu-latest - permissions: - packages: write steps: - uses: actions/checkout@v4 with: @@ -31,7 +29,7 @@ jobs: with: registry: gitea.va.reichard.io username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.PACKAGE_TOKEN }} - name: Build and push uses: docker/build-push-action@v6