Victor Martinez
Victor Martinez
run docs-build
run docs-build
run docs-build
For more context, I closed this as we are moving away from Jenkins, and I could not get any further details about the existing infra in place...
Closing this issue as we are moving away from Jenkins
run docs-build
Using GH actions instead
Do you prefer something like this? ```diff diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 942b6e4e..76ddaa37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,7 @@ jobs: uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ....
> Yes. Personally I think that looks clearer. Are you already doing a matrix-based workflow for other APM repos? I did it for the APM Agent Python -> https://github.com/elastic/apm-agent-python/pull/2036 But...
> However, the current diff in this PR does not use type=ref,... at all, so I am confused. I initially used but discovered that the `type: ref` uses the name...