From 1b2537ca39362f43fd81a8e8bd2675304eadb186 Mon Sep 17 00:00:00 2001 From: "leon.hoppe" Date: Wed, 17 May 2023 19:29:43 +0200 Subject: [PATCH] maybe adding it will help --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 48b00f9..b25cf83 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -31,6 +31,8 @@ jobs: - name: Build and Push uses: docker/build-push-action@master + env: + ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119 with: context: BetterIServ.Mobile file: ./Dockerfile @@ -62,6 +64,8 @@ jobs: - name: Build and Push uses: docker/build-push-action@master + env: + ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119 with: context: BetterIServ.Backend file: ./Dockerfile