From 5b4380a4d4d3720d8bbf472f83757ec28649856c Mon Sep 17 00:00:00 2001 From: Quentin Bouteiller Date: Mon, 12 Jun 2023 21:44:53 +0200 Subject: [PATCH] Fix pipeline See https://gitea.com/gitea/act_runner/issues/119#issuecomment-738294 --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a55303c..b92fdf3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,6 +29,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 + env: + ACTIONS_RUNTIME_TOKEN: '' with: context: . file: ./Dockerfile