fixed registry url

This commit is contained in:
Brian Bjarke Jensen
2025-09-23 14:40:24 +02:00
parent 35ae4009f4
commit c0bcfeb459
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ gitea.server_url }} registry: ${{ vars.SERVER_URL }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.CI_RUNNER_TOKEN }} password: ${{ secrets.CI_RUNNER_TOKEN }}