From dfe18a62dd219628155f82e45dd25fe5d44b4e3d Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Fri, 10 Apr 2026 17:40:52 +0100 Subject: [PATCH] fix: Wrong ports --- .gitea/workflows/on-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index e6adcbf..2fb7f1a 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:222"] + [registry."10.0.2.28:3000"] http = true - name: Log in to Gitea Container Registry uses: https://github.com/docker/login-action@v3 with: - registry: 10.0.2.28:222 + registry: 10.0.2.28:3000 username: lino password: ${{ secrets.REGISTRY_PASS }}