correction config release
This commit is contained in:
@@ -19,7 +19,14 @@ jobs:
|
||||
HOST=$(echo '${{ gitea.server_url }}' | sed 's|https://||' | sed 's|http://||')
|
||||
echo "host=${HOST}" >> $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
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user