dagger-for-github icon indicating copy to clipboard operation
dagger-for-github copied to clipboard

GitHub Action for Dagger

Results 32 dagger-for-github issues
Sort by recently updated
recently updated
newest added

``` curl -sL https://dl.dagger.io/dagger/install.sh 2>/dev/null | \ DAGGER_VERSION='v0.9.2' sh sh debug downloading files into /var/folders/s4/xyj9q5ps2ys3rc9nsps1v20m0000gn/T/tmp.tTShNB7AUU sh debug http_download https://dl.dagger.io/dagger/releases/v0.9.2/dagger_vv0.9.2_darwin_arm64.tar.gz sh debug http_download_curl received HTTP status 403 ``` errors out because...

### What is the issue? This action is not using the working directory when it is present. ### Dagger version dagger 0.10.2 ### Steps to reproduce Create a workflow that...

### What is the issue? When the Dagger command fails for any reason, engine stop is not called. The GitHub snippet in the documentation has an added condition to make...

> ## Another varation that still does not work (2) this seemed to work, it's the `docker stop` part that failed after running the pipeline since it seems like the...

- more examples: have a `dagger call` and a `dagger run` example - links to docs: no links yet... - useful diagrams: none yet - table of input options: done!...

Example mentioned here: https://github.com/dagger/dagger-for-github/pull/98#issue-1991604825

### What are you trying to do? We want to use this action on our GitHub Enterprise Server + self-hosted runners, and for security reasons we cannot let the runners...

### What are you trying to do? While debugging dagger/dagger#7593 I added a timeout to the Dagger action, but that terminated the entire action. There should be a timeout option...

### What are you trying to do? I'm trying to debug dagger/dagger#7593, but there is no way in the action to export engine logs. ### Why is this important to...

### What are you trying to do? I would like to find the way to configure the registry mirror in simple way rather than managing the engine manually. So it...