From 87e07fa1de5748cbd57afcc910b135a7017e792f Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:29:17 -0600 Subject: [PATCH] continue troubleshooting runner --- .gitea/workflows/commit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 31ed8ce..bbf12d9 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -10,7 +10,6 @@ env: REGISTRY: gitea.taco.quest IMAGE_NAME: ${{ gitea.repository }} GITHUB_TOKEN: "" - ACTIONS_RUNTIME_TOKEN: "" jobs: build-and-push-image: @@ -42,6 +41,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@master + env: + ACTIONS_RUNTIME_TOKEN: "" with: context: . push: true