From 7e7df5192484fd0caf10e0989c9e311ad272b71e Mon Sep 17 00:00:00 2001 From: Pierre-arthur Date: Fri, 7 Mar 2025 15:07:50 +0100 Subject: [PATCH] test --- .gitea/workflows/demo.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6e2c7d9..9b9807d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,14 +8,19 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - - 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" - image: "admin/test" - username: admin - password: ${{ secrets.PAT_TOKEN }} - platforms: "linux/arm64" - extra_args: "--insecure" + #- 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" + # 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 }} + id: setcontext