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 <[email protected]>
Co-authored-by: lng2020 <[email protected]>
Co-committed-by: lng2020 <[email protected]>
This commit is contained in:
lng2020
2023-11-07 05:15:14 +00:00
committed by techknowlogick
parent 00e9b3d62b
commit 2020ce79bf
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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