Pat
Pat
It would greatly speed things up if people can submit PRs proactively to add any missing examples. Docs PRs are a great and simple way to contribute to OSS.
Ah, DCO checks are failing
I don't think this is a bug - also please ensure you fill out the full details like version required. I think this is a feature request to add metrics...
@mp3monster can you sort the DCO failures?
Does it still happen with 2.2.2? Can you include the full config as well?
There is no need, use ephemeral tokens to push to ghcr.io. That's the easiest to do: https://github.com/fluent/fluent-bit/blob/202da1374dffd98984b2aa56dd444d49bef1dbd5/.github/workflows/call-build-images.yaml#L74 All the others probably need a bit more set up and infra management...
Personally I would build once to ghcr.io then use skopeo to copy to all the relevant repos in a workflow. This is what we do for staging -> release for...
If you use skopeo you can do all of them with no change to the current process. Just have a separate job/workflow that does the skopeo copy after those are...
> Created the following PR: #1079 for the requested changes in old PR too. > > I believe we might need to discuss on implementation for https://github.com/fluent/fluent-operator/blob/master/.github/workflows/build-fd-image.yaml; we are currently...
We probably need a build of all targets to confirm this works ok on everything.