diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f99ec4b..49ad264 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,8 +11,8 @@ jobs: - name: Build docker image uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 with: - #registry: "10.42.1.152:3000" - registry: "gitea-http:3000" + registry: "10.42.1.152:3000" + #registry: "gitea-http:3000" image: "admin/test" username: admin password: ${{ secrets.PAT_TOKEN }}