Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: failed to solve: failed to read dockerfile #3

Open
SharbelOkzan opened this issue Nov 15, 2023 · 0 comments
Open

ERROR: failed to solve: failed to read dockerfile #3

SharbelOkzan opened this issue Nov 15, 2023 · 0 comments

Comments

@SharbelOkzan
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant