mirror of
https://github.com/fosrl/olm.git
synced 2026-05-06 02:37:55 -05:00
[PR #70] [MERGED] fix(ci): add back missing docker build local image rule #555
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:unbreak-pull-request-ci📝 Commits (1)
23600b8fix(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-releaserule requires a tag.This re-adds the docker local build Makefile rule and invokes it in CI instead of
docker-build-release, sincedocker buildxisn'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.