Flutter-Runner icon indicating copy to clipboard operation
Flutter-Runner copied to clipboard

ERROR: failed to solve: failed to read dockerfile

Open SharbelOkzan opened this issue 1 year ago • 0 comments

Hello, I'm new to Github actions, so probably the issue is in my workflow not your setup, anyway I'd appreciate if you can help, this is my workflow content:

.github/workflows/build.yml :

name: flutter_build

on:
 workflow_dispatch:
   
jobs:
 build:
   runs-on: ubuntu-latest
   steps:
   - name: depend on flutter 
     uses: jddeep/Flutter-Runner@56254d611d8b799e297ab6f81ab4ec5dd0d128a2
   - name: test
     run: echo "test"

I'm getting this error:

ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3951485638/Dockerfile: no such file or directory

logs: 0_build.txt

If you see what am I doing wrong, please let me know. Thanks!

SharbelOkzan avatar Nov 15 '23 23:11 SharbelOkzan