6543

Results 669 comments of 6543

should be possible to do so ...

let's collect cache proposals and then decide ... but that will not be in next release ...

well docker does allow to create a "snapshot" of a running container ... so we could just snapshot a step after exec before stop it and store that, and on...

I think this is an issue of how your reverse proxy works woodpecker like to access via external url but can not since it will be directed to internal without...

that's a idea - to have a variable for overwriting a public domain with a private address - since it would also have to alter all api requests

https://github.com/go-gitea/gitea/blob/main/models/migrations/migrations.go#L522-L1016 is also worth a look

@seabass-labrax can you paste an 1.2 yaml example to test against here?

We mostly do support yaml 1.2 but not completly :/

only `YAML 1.1` is accepted -> https://codeberg.org/6543/ci_yaml-test/commits/branch/main else you get `400 -> failure to parse YAML from hook` back (web-hook response) this has to do with https://gopkg.in/yaml.v3 lib