3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -12,7 +12,8 @@ jobs:
|
|||||||
# (Test credentials early, befor failing late in the process.)
|
# (Test credentials early, befor failing late in the process.)
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: http://gitea_app:3000
|
registry: http://${{LOCAL_REGISTRY}}:3000
|
||||||
|
http: true
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user