test
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 33s

This commit is contained in:
Omar Oughriss 2025-06-30 14:43:22 +02:00
parent b4ac9d82b4
commit 1d1ac52f6b

View File

@ -19,9 +19,9 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Container Registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: ${{ env.REGISTRY }}
username: ${{ secrets.USER }}
password: ${{ secrets.TOKEN }}