fix 401
Test build / build (push) Successful in 2m27s
Details
Test build / build (push) Successful in 2m27s
Details
This commit is contained in:
parent
ed44148f08
commit
4f86f62d9c
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.min.rip
|
registry: git.min.rip
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue