fixed registry url
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ gitea.server_url }}
|
||||
registry: ${{ vars.SERVER_URL }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user