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