fix login to gitea registry
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m21s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m21s
This commit is contained in:
@@ -38,7 +38,10 @@ jobs:
|
||||
# type=sha,format=short,prefix=
|
||||
# type=ref,event=tag
|
||||
|
||||
- uses: docker/login-action@v2
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_HOST }}
|
||||
username: ${{ secrets.GIT_USERNAME }}
|
||||
password: ${{ secrets.GIT_PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user