[PR #151] [MERGED] Create Docker image build GitHub action #1029

Closed
opened 2025-11-09 10:04:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/151
Author: @dumbmoron
Created: 7/2/2023
Status: Merged
Merged: 8/31/2023
Merged by: @wukko

Base: currentHead: create-docker-github-action


📝 Commits (4)

  • 7ebe28c create docker build github action
  • 239db34 remove support for armv6
  • d2e5b6f add per-commit image tag
  • f5ad598 github action: manual trigger instead of per-commit

📊 Changes

1 file changed (+55 additions, -0 deletions)

View changed files

.github/workflows/docker.yml (+55 -0)

📄 Description

should hopefully make it easier for people to just run cobalt with one composefile and nothing else


🔄 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/imputnet/cobalt/pull/151 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 8/31/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `create-docker-github-action` --- ### 📝 Commits (4) - [`7ebe28c`](https://github.com/imputnet/cobalt/commit/7ebe28ce50d3448a0cbc09b6d1eaa21812ebeb5d) create docker build github action - [`239db34`](https://github.com/imputnet/cobalt/commit/239db34c6752de36de892c51e9b6a5e8a133bb7f) remove support for armv6 - [`d2e5b6f`](https://github.com/imputnet/cobalt/commit/d2e5b6f1fbfefddea8f940d474613eee50065344) add per-commit image tag - [`f5ad598`](https://github.com/imputnet/cobalt/commit/f5ad598d2f8d3d0c1b8b465bb2a2894d9181c362) github action: manual trigger instead of per-commit ### 📊 Changes **1 file changed** (+55 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker.yml` (+55 -0) </details> ### 📄 Description should hopefully make it easier for people to just run cobalt with one composefile and nothing else --- <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 2025-11-09 10:04:23 -06:00
Sign in to join this conversation.