diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 016c5e0..5c21f6a 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -29,7 +29,7 @@ jobs: - name: Login to ghcr uses: docker/login-action@v3 with: - registry: ghcr.io + registry: gitea.k8s.4sigma.top username: ${{ gitea.actor }} password: ${{ secrets.GITEA_TOKEN }}