ci: fix registry
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 45s

This commit is contained in:
Nathan Lamy 2025-08-21 16:15:09 +02:00
parent 23fb3a8d7a
commit d2f7fed245

View file

@ -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