diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 3b9ac6f..d91a8b4 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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