Using container repository defined on the Github settings

This commit is contained in:
Goulven Bourveau 2025-04-12 01:44:17 +02:00
parent ff827ff9fc
commit e63cf80653

View file

@ -29,6 +29,7 @@ jobs:
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.PAT }} password: ${{ secrets.PAT }}
- -