Open tooomm opened 2 years ago
Currently, there is a dedicated GitHubActionDockerfile, which needs to be build on every action run. That takes a lot of time.
GitHubActionDockerfile
It should be possible to only use actions.yml for the action, see https://dev.to/github/build-your-own-github-action-without-a-docker-container-1eic
actions.yml
Currently, there is a dedicated
GitHubActionDockerfile
, which needs to be build on every action run. That takes a lot of time.It should be possible to only use
actions.yml
for the action, see https://dev.to/github/build-your-own-github-action-without-a-docker-container-1eic