Update .github/workflows/main.yml
Some checks failed
Jekyll site CI / docker (push) Failing after 2m20s
Some checks failed
Jekyll site CI / docker (push) Failing after 2m20s
This commit is contained in:
parent
3d75110bdc
commit
2c4d44a4c3
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{vars.LOCAL_REGISTRY}}
|
registry: ${{vars.LOCAL_REGISTRY}}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ secrets.USER }}
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user