Skip to content

[Feature]: Re-enable Docker builds #1171

Description

@8bitbuddhist

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

  • I searched existing issues and discussions for a similar request

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions