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 on install dependencies #115

Open
7system7 opened this issue Apr 24, 2024 · 3 comments
Open

Error on install dependencies #115

7system7 opened this issue Apr 24, 2024 · 3 comments

Comments

@7system7
Copy link

I would like to use this action, this is the step

      - name: Install dependencies
        uses: php-actions/composer@master
        with:
          command: install
          dev: no
          args: --profile --ignore-platform-req

I always got this error:

Building PHP latest with extensions:  ...
/usr/local/bin/docker-php-entrypoint: exec: line 9: composer: Permission denied
@bencurio
Copy link

bencurio commented May 8, 2024

Same here, with @ v6 and @ master branch. :-(

image

Environment:

  • Forgejo 7.0.2-linux-amd64
  • Image: ghcr.io/catthehacker/ubuntu:act-latest (sha256:abfa2e1971b23fee51935eaf784863041846235c93318ff0f9cdff721fef5bc7)

@clifmo
Copy link

clifmo commented Nov 11, 2024

Similar with v6 in Gitea

🚀  Start image=gitea/runner-images:ubuntu-latest
  🐳  docker pull image=gitea/runner-images:ubuntu-latest platform= username= forcePull=true
  🐳  docker pull gitea/runner-images:ubuntu-latest
pulling image 'docker.io/gitea/runner-images:ubuntu-latest' ()
Pulling from gitea/runner-images :: ubuntu-latest
Digest: sha256:3610750b0bfe9f6fa5f5e910cf3fc20208623fd1992413f1bfc63b2d93ec775d ::

image

@g105b
Copy link
Member

g105b commented Nov 18, 2024

Can anyone help me reproduce this issue? I use this action every day in my projects, and have no issues with permissions... but I run it within a normal Github Actions workflow - and I think you're using it elsewhere? Can you help me understand, so I can reproduce it myself?

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

No branches or pull requests

4 participants