[PR #70] [MERGED] fix(ci): add back missing docker build local image rule #555

Closed
opened 2026-04-29 17:04:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/70
Author: @water-sucks
Created: 12/23/2025
Status: Merged
Merged: 12/24/2025
Merged by: @oschwartz10612

Base: devHead: unbreak-pull-request-ci


📝 Commits (1)

  • 23600b8 fix(ci): add back missing docker build local image rule

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 Makefile (+3 -0)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Pull request CI has been broken for a minute, since the docker-build-release rule requires a tag.

This re-adds the docker local build Makefile rule and invokes it in CI instead of docker-build-release, since docker buildx isn't supported in the GitHub runners by default anyway.

How to test?

CI should succeed properly without failing on the Docker build step every time.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/olm/pull/70 **Author:** [@water-sucks](https://github.com/water-sucks) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `unbreak-pull-request-ci` --- ### 📝 Commits (1) - [`23600b8`](https://github.com/fosrl/olm/commit/23600b81e0edd380a9a0ab0d47f120ee39c0bd92) fix(ci): add back missing docker build local image rule ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `Makefile` (+3 -0) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Pull request CI has been broken for a minute, since the `docker-build-release` rule requires a tag. This re-adds the docker local build Makefile rule and invokes it in CI instead of `docker-build-release`, since `docker buildx` isn't supported in the GitHub runners by default anyway. ## How to test? CI should succeed properly without failing on the Docker build step every time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 17:04:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#555