diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 09b7ba4..dceb1ef 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -26,4 +26,5 @@ jobs: image: admin/test username: admin password: ${{ secrets.PAT_TOKEN }} + #extra_args: "--insecure --insecure-registry git.plop.in" extra_args: "--insecure --insecure-registry git.plop.in" diff --git a/app.py b/app.py index aaf4f54..37fdfe5 100644 --- a/app.py +++ b/app.py @@ -1 +1,2 @@ print("PLOP") +print("PLOP")