correction config release
This commit is contained in:
@@ -24,15 +24,15 @@ jobs:
|
||||
echo "Server URL: ${{ gitea.server_url }}"
|
||||
echo "Actor: ${{ gitea.actor }}"
|
||||
echo "Registry host: ${{ steps.registry.outputs.host }}"
|
||||
echo "Token length: ${#TOKEN}"
|
||||
echo "Token length: ${#RELEASE_TOKEN}"
|
||||
env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
- name: Login to Gitea container registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ steps.registry.outputs.host }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
password: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user