fix: empty ACTIONS_RUNTIME_TOKEN
This commit is contained in:
parent
6407bd70ec
commit
9f6a26fe9b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue