🐛 Fixed Dockerfile path
Create and publish a Docker image / docker (push) Failing after 57s Details

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

View File

@ -31,5 +31,7 @@ jobs:
ACTIONS_RUNTIME_TOKEN: "" # See https://gitea.com/gitea/act_runner/issues/119
uses: https://gitea.com/docker/build-push-action@v4
with:
context: .
push: true
tags: user/app:latest
file: ./build/Dockerfile