diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 423e93f..cee232b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: - name: Login to Registry uses: docker/login-action@v2 with: - registry: 192.168.0.29:3000 # replace it with your local IP + registry: http://192.168.0.29:3000 # replace it with your local IP username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}