[PR #191] [MERGED] feat(workflows/docker): add workflow to build docker images #196

Closed
opened 2026-05-05 03:27:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/191
Author: @XuehaiPan
Created: 11/10/2025
Status: Merged
Merged: 11/11/2025
Merged by: @XuehaiPan

Base: mainHead: docker


📝 Commits (7)

  • b4d61ce feat(workflows/docker): add workflow to build docker images
  • 4500f15 docs: update references of docker images
  • 50db538 docs(CHANGELOG): update CHANGELOG.md
  • febc201 chore: apply suggestions
  • 49bdd79 chore: set env for cli
  • 5fd37c7 chore: apply suggestions
  • 816c9dd chore: use github context

📊 Changes

6 files changed (+133 additions, -11 deletions)

View changed files

📝 .github/workflows/build.yaml (+12 -4)
.github/workflows/docker.yaml (+114 -0)
📝 .github/workflows/lint.yaml (+4 -1)
📝 CHANGELOG.md (+1 -0)
📝 README.md (+1 -3)
📝 nvitop-exporter/grafana/docker-compose.yml (+1 -3)

📄 Description

Issue Type

  • Improvement/feature implementation

Motivation and Context

Rework for #166

Closes #166

Testing

Built images can be found here:


🔄 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/XuehaiPan/nvitop/pull/191 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `docker` --- ### 📝 Commits (7) - [`b4d61ce`](https://github.com/XuehaiPan/nvitop/commit/b4d61cec02b701f300fceab97a56b3637895d65c) feat(workflows/docker): add workflow to build docker images - [`4500f15`](https://github.com/XuehaiPan/nvitop/commit/4500f15c64cb29afa95326b337d8d1e3e75ee4f4) docs: update references of docker images - [`50db538`](https://github.com/XuehaiPan/nvitop/commit/50db538646278282f451557bd632b9b16d0fe7dc) docs(CHANGELOG): update CHANGELOG.md - [`febc201`](https://github.com/XuehaiPan/nvitop/commit/febc2015f41edb47b0a7fa60eb1b8fd4095bbe0d) chore: apply suggestions - [`49bdd79`](https://github.com/XuehaiPan/nvitop/commit/49bdd79e6e4cd5c41c53cd198313beca69741019) chore: set env for cli - [`5fd37c7`](https://github.com/XuehaiPan/nvitop/commit/5fd37c78551c26ed14ee0d5672836dc5fe40f356) chore: apply suggestions - [`816c9dd`](https://github.com/XuehaiPan/nvitop/commit/816c9dd735dabc7bf0e088b7e0c72df21ffdf009) chore: use github context ### 📊 Changes **6 files changed** (+133 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yaml` (+12 -4) ➕ `.github/workflows/docker.yaml` (+114 -0) 📝 `.github/workflows/lint.yaml` (+4 -1) 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+1 -3) 📝 `nvitop-exporter/grafana/docker-compose.yml` (+1 -3) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Improvement/feature implementation #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Rework for #166 Closes #166 #### Testing Built images can be found here: - https://github.com/XuehaiPan/nvitop/pkgs/container/nvitop - https://github.com/XuehaiPan/nvitop/pkgs/container/nvitop-exporter --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:27:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#196
No description provided.