From b0504e88f6bdec2c5b4ff289a53557c78cdf21b4 Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Fri, 10 Apr 2026 23:09:28 +0100 Subject: [PATCH] fix: Gitea host --- .gitea/workflows/on-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index f4a85cd..7c2793b 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -19,13 +19,13 @@ jobs: uses: https://github.com/docker/setup-buildx-action@v3 with: config-inline: | - [registry."10.0.2.28:3000"] + [registry."gitea.lino.cooking"] http = true - name: Log in to Gitea Container Registry uses: https://github.com/docker/login-action@v3 with: - registry: 10.0.2.28:3000 + registry: gitea.lino.cooking username: lino password: ${{ secrets.REGISTRY_PASSWORD }} @@ -33,7 +33,7 @@ jobs: id: meta uses: https://github.com/docker/metadata-action@v5 with: - images: 10.0.2.28:3000/${{ gitea.repository }} + images: gitea.lino.cooking/${{ gitea.repository }} tags: | type=ref,event=branch type=ref,event=pr