try without protocol
This commit is contained in:
@@ -47,8 +47,8 @@ jobs:
|
|||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: http://gitea:3000
|
registry: gitea:3000
|
||||||
username: ${{ vars.REGISTRY_USERNAME }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
||||||
|
|
||||||
# type-check:
|
# type-check:
|
||||||
|
|||||||
Reference in New Issue
Block a user