Hello! Did anybody face the issue of using a custom docker image in GitHub actions? I'm getting process "cat LICENSE" did not complete successfully: exit code: 1 when trying to use exact copy of python:3.11-alpine image. When it gets executed using python:3.11-alpine itself, it works fine. Locally this pipeline also works fine.
Logs can be found here: https://github.com/KernelPryanic/dagger-sample-pipeline/actions/runs/3557574239/jobs/5975668336
Pipeline: https://github.com/KernelPryanic/dagger-sample-pipeline/blob/7a9679929c8e7ea41ab656215d884897dda32ebd/pipeline.py
Dockerfile: https://github.com/KernelPryanic/dagger-sample-pipeline/blob/7a9679929c8e7ea41ab656215d884897dda32ebd/Dockerfile
Contribute to KernelPryanic/dagger-sample-pipeline development by creating an account on GitHub.
Contribute to KernelPryanic/dagger-sample-pipeline development by creating an account on GitHub.