diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index fc86a14..ea6cf5f 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,13 +8,22 @@ 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 + uses: aevea/action-kaniko@master with: - #registry: "10.42.1.152:3000" registry: "git.plop.in:80" - image: "admin/test" + image: admin/test username: admin password: ${{ secrets.PAT_TOKEN }} - platforms: "linux/arm64" extra_args: "--insecure"