correction config release

This commit is contained in:
2026-05-23 22:20:16 +02:00
parent c2ad9a7bca
commit f0009d3f2a
+2
View File
@@ -18,6 +18,8 @@ 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
echo "DEBUG host=${HOST}"
echo "DEBUG server_url=${{ gitea.server_url }}"
- 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: