fix(ci): use hardcoded registry URL without https prefix
Some checks failed
Auto Tag on Merge to Main / auto-tag (push) Successful in 2s
CI - Lint and Build / lint-backend (push) Successful in 18s
CI - Lint and Build / lint-frontend (push) Successful in 11s
Release - Build and Publish Docker Images / build-and-publish (push) Failing after 9s
CI - Lint and Build / build-frontend (push) Successful in 14s
CI - Lint and Build / docker-build-test (push) Has been cancelled
Some checks failed
Auto Tag on Merge to Main / auto-tag (push) Successful in 2s
CI - Lint and Build / lint-backend (push) Successful in 18s
CI - Lint and Build / lint-frontend (push) Successful in 11s
Release - Build and Publish Docker Images / build-and-publish (push) Failing after 9s
CI - Lint and Build / build-frontend (push) Successful in 14s
CI - Lint and Build / docker-build-test (push) Has been cancelled
Docker login requires registry URL without protocol prefix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ github.server_url }}
|
||||
registry: tea.millaguie.net
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user