Revert "Pass 'sleep' as container command rather than entrypoint (#86)" #107

Merged
wolfogre merged 2 commits from wolfogre/act:bugfix/revert_86 into main 2024-04-10 06:53:29 +00:00
Owner

This reverts #86.

Some images use a custom entry point for specific usage, then [entrypoint] [cmd] like helm /bin/sleep 1 will failed.

It causes https://gitea.com/gitea/helm-chart/actions/runs/755 since the image is alpine/helm.

  check-and-test:
    runs-on: ubuntu-latest
    container: alpine/helm:3.14.3
This reverts #86. Some images use a custom entry point for specific usage, then `[entrypoint] [cmd]` like `helm /bin/sleep 1` will failed. It causes https://gitea.com/gitea/helm-chart/actions/runs/755 since the image is `alpine/helm`. ```yaml check-and-test: runs-on: ubuntu-latest container: alpine/helm:3.14.3 ```
wolfogre added 1 commit 2024-04-10 04:31:04 +00:00
Revert "Pass 'sleep' as container command rather than entrypoint (#86)"
This reverts commit a79d81989f.
All checks were successful
checks / check and test (pull_request) Successful in 18s
e83a00f0af
wolfogre added 1 commit 2024-04-10 04:31:18 +00:00
Merge branch 'main' into bugfix/revert_86
All checks were successful
checks / check and test (pull_request) Successful in 17s
acbc62d4cb
lunny approved these changes 2024-04-10 06:51:11 +00:00
wolfogre merged commit e1b1e81124 into main 2024-04-10 06:53:29 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/act#107
No description provided.