From 2020ce79bf4db797739c8e5d0275be27018088c5 Mon Sep 17 00:00:00 2001 From: lng2020 Date: Tue, 7 Nov 2023 05:15:14 +0000 Subject: [PATCH] Remove ACTIONS_RUNTIME_TOKEN workaround (#396) The bug has been fixed for a long time in the GitHub version. The fix commit is https://github.com/docker/build-push-action/commit/d8823bfaed2a82c6f5d4799a2f8e86173c461aba and released in the 4.0.0 and after. The issue also mentions that https://gitea.com/gitea/act_runner/issues/119#issuecomment-738294 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/396 Reviewed-by: techknowlogick Co-authored-by: lng2020 Co-committed-by: lng2020 --- .gitea/workflows/release-nightly.yml | 2 -- .gitea/workflows/release-tag.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index 7cbe2ad..b183fdd 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -78,8 +78,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 - env: - ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119 with: context: . file: ./Dockerfile diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index c83a6d4..78446b8 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -89,8 +89,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 - env: - ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119 with: context: . file: ./Dockerfile