From e63cf80653c2b941bf8036a5d0b4a6b926a4c06f Mon Sep 17 00:00:00 2001 From: Goulven Bourveau Date: Sat, 12 Apr 2025 01:44:17 +0200 Subject: [PATCH] Using container repository defined on the Github settings --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 314ee6e..3f5bb6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: + registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.PAT }} -