Skip to content

Permissions error when building actions container, no such issue on local #25666

Discussion options

You must be logged in to vote

According to the log above the build works, but running the container fails (see the /usr/bin/docker run line and below). The “permission denied” is probably because you have a USER instruction in the Dockerfile. WORKDIR won’t work as expected either, at least not after build.

The documentation describes those limitations here: Dockerfile support for GitHub Actions - GitHub Docs

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants