From 6cf1464406c7695eb86d1de4c41ad302436e8dda Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 6 Aug 2023 02:04:28 +0200 Subject: [PATCH] pipeline runner --- .gitea/workflows/builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 0cd68bb..68fab27 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -21,7 +21,7 @@ jobs: with: registry: https://git.halis.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: not-a-pass - name: Build image run: docker build -f images/debian/Dockerfile.12.1-node18 . -t git.halis.io/athens-school/runner-images:debian12.1-node18 - name: Push image