diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 437841c..e20d88e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,8 +21,8 @@ jobs: with: # replace it with your local IP config-inline: | [registry."192.168.0.29:3000"] - http = true - insecure = true + http = true + insecure = true - name: Login to DockerHub uses: docker/login-action@v2