Problem / motivation
Running this as a container requires manually building the image. There's a workflow to build an image already in the repository, but it was disabled in preparation for feature work (Teams). If the feature is complete, can you please re-enable the build-docker workflow?
Proposed solution
In .github/workflows/release.yml, change line 1236 to:
if: startsWith(github.ref, 'refs/tags/v')
And change line 1274 to:
needs: [build, build-docker, sign-windows, generate-notes, qa-gate]
Alternatives considered
No response
Which edition?
Server
Pre-submission checklist
Problem / motivation
Running this as a container requires manually building the image. There's a workflow to build an image already in the repository, but it was disabled in preparation for feature work (Teams). If the feature is complete, can you please re-enable the
build-dockerworkflow?Proposed solution
In
.github/workflows/release.yml, change line 1236 to:And change line 1274 to:
Alternatives considered
No response
Which edition?
Server
Pre-submission checklist