[GH-ISSUE #310] Missing file runnig action #218

Closed
opened 2026-03-01 21:41:24 +03:00 by kerem · 1 comment
Owner

Originally created by @antoniogamiz on GitHub (Jul 19, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/310

Hi, I am trying to run this workflow with the command:

act -s DOCKER_USERNAME=X -s DOCKER_PASSWORD=X -j build-base-container

but it errors:

[Run integration tests with the official doc suite/build-base-container] 🚀  Start image=node:12.6-buster-slim
[Run integration tests with the official doc suite/build-base-container]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Run integration tests with the official doc suite/build-base-container]   🐳  docker cp src=/home/***/raku/Documentable/. dst=/github/workspace
[Run integration tests with the official doc suite/build-base-container] ⭐  Run actions/checkout@master
[Run integration tests with the official doc suite/build-base-container]   ✅  Success - actions/checkout@master
[Run integration tests with the official doc suite/build-base-container] ⭐  Run Publish to Registry
[Run integration tests with the official doc suite/build-base-container]   ☁  git clone 'https://github.com/elgohr/Publish-Docker-Github-Action' # ref=master
[Run integration tests with the official doc suite/build-base-container]   🐳  docker build -t act-elgohr-publish-docker-github-action-master:latest /home/***/.cache/act/elgohr-Publish-Docker-Github-Action@master
[Run integration tests with the official doc suite/build-base-container]   🐳  docker run image=act-elgohr-publish-docker-github-action-master:latest entrypoint=[] cmd=[]
| 
| WARNING! Your password will be stored unencrypted in /github/home/.docker/config.json.
| Configure a credential helper to remove this warning. See
| https://docs.docker.com/engine/reference/commandline/login/#credentials-store
| 
| Login Succeeded
| unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /github/workspace/testing.Dockerfile: no such file or directory
[Run integration tests with the official doc suite/build-base-container]   ❌  Failure - Publish to Registry

I do not why, because testing.Dockerfile is in the repository.

Originally created by @antoniogamiz on GitHub (Jul 19, 2020). Original GitHub issue: https://github.com/nektos/act/issues/310 Hi, I am trying to run this [workflow](https://github.com/Raku/Documentable/blob/develop/.github/workflows/integration-run.yml) with the command: `act -s DOCKER_USERNAME=X -s DOCKER_PASSWORD=X -j build-base-container` but it errors: ~~~ [Run integration tests with the official doc suite/build-base-container] 🚀 Start image=node:12.6-buster-slim [Run integration tests with the official doc suite/build-base-container] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Run integration tests with the official doc suite/build-base-container] 🐳 docker cp src=/home/***/raku/Documentable/. dst=/github/workspace [Run integration tests with the official doc suite/build-base-container] ⭐ Run actions/checkout@master [Run integration tests with the official doc suite/build-base-container] ✅ Success - actions/checkout@master [Run integration tests with the official doc suite/build-base-container] ⭐ Run Publish to Registry [Run integration tests with the official doc suite/build-base-container] ☁ git clone 'https://github.com/elgohr/Publish-Docker-Github-Action' # ref=master [Run integration tests with the official doc suite/build-base-container] 🐳 docker build -t act-elgohr-publish-docker-github-action-master:latest /home/***/.cache/act/elgohr-Publish-Docker-Github-Action@master [Run integration tests with the official doc suite/build-base-container] 🐳 docker run image=act-elgohr-publish-docker-github-action-master:latest entrypoint=[] cmd=[] | | WARNING! Your password will be stored unencrypted in /github/home/.docker/config.json. | Configure a credential helper to remove this warning. See | https://docs.docker.com/engine/reference/commandline/login/#credentials-store | | Login Succeeded | unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /github/workspace/testing.Dockerfile: no such file or directory [Run integration tests with the official doc suite/build-base-container] ❌ Failure - Publish to Registry ~~~ I do not why, because `testing.Dockerfile` is in the repository.
kerem closed this issue 2026-03-01 21:41:25 +03:00
Author
Owner

@antoniogamiz commented on GitHub (Aug 16, 2020):

Thanks a lot!

<!-- gh-comment-id:674498856 --> @antoniogamiz commented on GitHub (Aug 16, 2020): Thanks a lot!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#218
No description provided.