dagger-for-github
dagger-for-github copied to clipboard
GitHub Action for Dagger
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.2 to 2.0.1. Changelog Sourced from @actions/tool-cache's changelog. 2.0.1 Update to v2.0.1 of @actions/http-client #1087 2.0.0 Update to v2.0.0 of @actions/http-client The type of the headers parameter...
Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 1.0.11 to 2.0.1. Changelog Sourced from @actions/http-client's changelog. 2.0.1 Fix an issue with missing tunnel dependency #1085 2.0.0 The package is now compiled with TypeScript's strict compiler...
Hi folks, An internal user requested us to on board this action so we ran it through some security checks, like forking it and enabling Dependabot. Dependabot found 52 issues...
### What is the issue? I have a small pipeline that build & push images in docker hub, I tested it locally and it worked fine but when i try...
just testing with `child_process` as the one from GitHub core toolkit sanitizes the command being passed which leads to issues like #40. works fine: https://github.com/dagger/dagger-for-github/runs/6104146243?check_suite_focus=true#step:3:32 ``` 11:48PM INF actions.test._exec |...
When https://github.com/dagger/dagger/pull/1839 will be merged, we should update this action to supports cache option. In a discussion with @aluzzardi, we talk about the following shape: ```yaml name: Dagger uses: dagger/dagger-for-github@v2...
It's currently using `docker buildx bake`, which totally works. But porting to dagger could be a nice use-case
As discussed with @crazy-max, at the end of the month, the hosted github runners will run with node16 by default. However, we are currently using Node12. This may imply some...
closes #70 Signed-off-by: CrazyMax