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"
==========================================
- /entrypoint.sh: line 9: sed: not found
- /entrypoint.sh: line 9: sed: not found
- /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
==========================================
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