diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b4bdf5b..45bd9db 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,10 +11,11 @@ jobs: - name: Build docker image uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 with: - registry: "10.42.1.152:3000" - image: "test/test" + #registry: "10.42.1.152:3000" + registry: "gitea-http:3000" + image: "admin/test" username: admin - password: 87a34c3be07db91e9a60b3f2805ff66076bd08e3 + password: ${{ secrets.DOCKER_USERNAME }} platforms: "linux/arm64" 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")