Update .gitea/workflows/release.yml

changed to CI Bot token
This commit is contained in:
2025-08-12 22:00:20 +07:00
parent 17a716fcd0
commit 841a5a492c

View File

@@ -124,10 +124,10 @@ jobs:
- name: Log in to Container Registry
uses: docker/login-action@v3
with:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ vars.WORKER_USERNAME }}
password: ${{ secrets.CI_BOT_TOKEN }}
- name: Build and push release images
uses: docker/build-push-action@v5