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

/entrypoint.sh Need sed and cat ?? #76

Open
remotejob opened this issue Sep 19, 2024 · 0 comments
Open

/entrypoint.sh Need sed and cat ?? #76

remotejob opened this issue Sep 19, 2024 · 0 comments

Comments

@remotejob
Copy link

remotejob commented Sep 19, 2024

steps:
  - uses: actions/checkout@v4
  - name: LS
    run: |
      ls -trl
  - name: Build docker image
    # uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
    uses: aevea/action-kaniko@master
    with:
      image: remotejob/test-actions-helloworld2          
      username: remotejob
      password: remotejobxxxxx
      platforms: "linux/arm64"
      path: "src/frontend"

==========================================

  1. /entrypoint.sh: line 9: sed: not found
  2. /entrypoint.sh: line 9: sed: not found
  3. /entrypoint.sh: line 83: cat: not found

PS. I use arm64 server
v0.2.10-3-gd1d3cad gitea runner

I have the same problem if I use https://code.thetadev.de/ThetaDev/action-kaniko@v1

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