diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index dceb1ef..312b14f 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -27,4 +27,4 @@ jobs: username: admin password: ${{ secrets.PAT_TOKEN }} #extra_args: "--insecure --insecure-registry git.plop.in" - extra_args: "--insecure --insecure-registry git.plop.in" + extra_args: "--insecure" diff --git a/app.py b/app.py index 37fdfe5..bc2313e 100644 --- a/app.py +++ b/app.py @@ -1,2 +1,3 @@ print("PLOP") print("PLOP") +print("PLOP")