correction config release
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user