correction config release

This commit is contained in:
2026-05-23 22:14:22 +02:00
parent 368f61e35c
commit 0d60aadc4c
+3 -3
View File
@@ -24,15 +24,15 @@ jobs:
echo "Server URL: ${{ gitea.server_url }}" echo "Server URL: ${{ gitea.server_url }}"
echo "Actor: ${{ gitea.actor }}" echo "Actor: ${{ gitea.actor }}"
echo "Registry host: ${{ steps.registry.outputs.host }}" echo "Registry host: ${{ steps.registry.outputs.host }}"
echo "Token length: ${#TOKEN}" echo "Token length: ${#RELEASE_TOKEN}"
env: env:
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Login to Gitea container registry - name: Login to Gitea container registry
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
registry: ${{ steps.registry.outputs.host }} registry: ${{ steps.registry.outputs.host }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.RELEASE_TOKEN }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v6