ci: fix registry
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 45s
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 45s
This commit is contained in:
parent
23fb3a8d7a
commit
d2f7fed245
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
registry: git.lamy-charrier.fr
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ghcr.io/${{ github.repository }}
|
||||
images: git.lamy-charrier.fr/${{ github.repository }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue