From ba2adedd9e4b01aaa9bb1602456a1ee68ac32f3f Mon Sep 17 00:00:00 2001 From: Pierre-arthur Date: Fri, 7 Mar 2025 15:22:09 +0100 Subject: [PATCH] test --- .gitea/workflows/demo.yaml | 20 ++++++++++---------- app.py | 1 - 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 23b6cdf..91074bc 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,16 +8,16 @@ 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: diff --git a/app.py b/app.py index 37fdfe5..aaf4f54 100644 --- a/app.py +++ b/app.py @@ -1,2 +1 @@ print("PLOP") -print("PLOP")