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 - name: Log in to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: git.lamy-charrier.fr
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
@ -25,7 +25,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ghcr.io/${{ github.repository }} images: git.lamy-charrier.fr/${{ github.repository }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=ref,event=tag type=ref,event=tag