diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 91074bc..fc86a14 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,23 +11,10 @@ jobs: - name: Build docker image uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 with: - registry: "10.42.1.152:3000" - #registry: "git.plop.in:80" + #registry: "10.42.1.152:3000" + registry: "git.plop.in:80" image: "admin/test" username: admin password: ${{ secrets.PAT_TOKEN }} platforms: "linux/arm64" extra_args: "--insecure" - - - uses: azure/k8s-set-context@v1 - with: - method: kubeconfig - kubeconfig: ${{ secrets.KUBE_CFG }} - - - uses: azure/setup-kubectl@v4 - - - uses: Azure/k8s-deploy@v5 - with: - namespace: 'default' - manifests: | - test.yaml