fix: empty ACTIONS_RUNTIME_TOKEN

This commit is contained in:
Jason Song 2023-04-27 11:48:22 +08:00
parent 6407bd70ec
commit 9f6a26fe9b
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -36,6 +36,8 @@ 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