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 }}