Test Gitea Container Registry login
Some checks failed
Build Feedmee Next.js Frontend App / build-and-push (push) Has been cancelled

This commit is contained in:
2025-10-16 14:23:16 +02:00
parent 372adaa8cf
commit 0d604a1c5b

View File

@@ -21,7 +21,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{vars.REGISTRY_URL}} registry: ${{vars.REGISTRY_URL}}
username: ${{github.actor}} username: bartha.gaabor
password: ${{secrets.TOKEN}} password: ${{secrets.TOKEN}}
- name: Build Docker image - name: Build Docker image