🐛 Fix publish step
Create and publish a Docker image / docker (push) Failing after 23s Details

This commit is contained in:
Maxim Lebedev 2023-11-03 23:15:22 +06:00
parent 01e9d46688
commit 22434127c2
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ jobs:
username: ${{ gitea.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
env:
ACTIONS_RUNTIME_TOKEN: "" # See https://gitea.com/gitea/act_runner/issues/119
uses: https://gitea.com/docker/build-push-action@v4
with:
push: true