Update .github/workflows/main.yml
Some checks failed
Jekyll site CI / docker (push) Failing after 9s
Some checks failed
Jekyll site CI / docker (push) Failing after 9s
This commit is contained in:
parent
8fd0a23c43
commit
ca7002c9a5
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.)
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: http://gitea_app:3000
|
||||
registry: http://${{LOCAL_REGISTRY}}:3000
|
||||
http: true
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user