Skip to content

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

@remotejob

Description

@remotejob
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions