Skip to content

Remove redundant Docker test build publishing #104

@wollomatic

Description

@wollomatic

The Build and Publish Testing action currently:

  • Pushes test builds to both Docker Hub and GHCR (redundant).
  • Tags builds with both testing and testing-<sha> (problematic because it doesn't indicate which specific build it is).

Proposed changes:

  • Remove Docker Hub pushes (keep GHCR only).
  • Remove the testing tag (keep testing-<sha>).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions