Results 8 issues of Cameron

**What is the problem you're trying to solve** I would like to extend the `include` function, to be able to source a compose file via a git repo/https. This would...

As discussed [here](https://github.com/go-task/task/pull/1345#issuecomment-1791151450), it would be great to have an auto-cache-ttl setting for downloaded taskfiles. Context: I am wanting to use the remote features to have a standard set of...

type: feature
area: remote

As discussed [here](https://github.com/go-task/task/pull/1345#issuecomment-1791296189), I'd like to see options for the remote taskfiles to be included in taskfile schema. Having them as a key in the .yml would make it easier...

area: remote

### Is this a docs issue? - [X] My issue is about the documentation content or website ### Type of issue Information is incorrect ### Description In https://docs.docker.com/build/bake/reference/#targetpull The reference...

area/build

*Issue #479 , if available:* *Description of changes:* This allows the setting of the [config name](https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html) of the deployment in Code Deploy via the `codedeploy-config-name` input variable. By submitting this...

do-not-merge

Hi, I'm unable to cancel a workflow when I'm using the action. This is for both Code Deploy and a normal ECS service update. I'm running on hosted github actions,...

It would be great to allow the option to use Docker's Bake cli tool to build images as well. https://docs.docker.com/engine/reference/commandline/buildx_bake/ In my repos, we're using bake internally to build images...

### Describe the problem Hi, I'm using the action in a pretty basic way ``` - name: Install Task uses: arduino/setup-task@v1 ``` I can see that task is being downloaded...

type: imperfection