correction config release

This commit is contained in:
2026-05-23 22:10:58 +02:00
parent 998660eaff
commit 368f61e35c
+8 -1
View File
@@ -19,7 +19,14 @@ jobs:
HOST=$(echo '${{ gitea.server_url }}' | sed 's|https://||' | sed 's|http://||') HOST=$(echo '${{ gitea.server_url }}' | sed 's|https://||' | sed 's|http://||')
echo "host=${HOST}" >> $GITHUB_OUTPUT echo "host=${HOST}" >> $GITHUB_OUTPUT
echo "image=${HOST}/${{ gitea.repository }}" >> $GITHUB_OUTPUT echo "image=${HOST}/${{ gitea.repository }}" >> $GITHUB_OUTPUT
- name: Debug registry info
run: |
echo "Server URL: ${{ gitea.server_url }}"
echo "Actor: ${{ gitea.actor }}"
echo "Registry host: ${{ steps.registry.outputs.host }}"
echo "Token length: ${#TOKEN}"
env:
TOKEN: ${{ secrets.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: